#68C328

Color #68C328 Christi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christi #68C328

Tints of Christi #68C328

Color information

#68C328 (or 0x68C328) is unknown color: approx Christi. HEX triplet: 68, C3 and 28. RGB value is (104,195,40). Sum of RGB (Red+Green+Blue) = 104+195+40=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 195 (76.56% from 255 or 57.52% from 339); Blue value is 40 (16.02% from 255 or 11.80% from 339); Max value from RGB is 195 - color contains mainly: green. Hex color #68C328 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #68C328 is #973CD7. Grayscale: #969696. Windows color (decimal): -9911512 or 2671464. OLE color: 2671464.

HSL color Cylindrical-coordinate representation of color #68C328: hue angle of 95.23º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68C328 is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.24.

Color convert

RGB10419540-
CMYK0.4700.790.24
HSL95.23º65.96%46.08%-
HSV(B)95.23º79.49%76.47%-
XYZ25.6142.138.79-
YUV150.1265.8595.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 104 (41.02% from 255) = 30.68%
GREEN value IS 195 (76.56% from 255) = 57.52%
BLUE value IS 40 (16.02% from 255) = 11.80%
R=30.68%
G=57.52%
B=11.80%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal104195400.4700.790.2495.2365.9646.08
Hex68C3282F04F185f422e
Octal150303505701173013710256
Binary110100011000011101000101111010011111100010111111000010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68C328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68C328; }

 p { color: rgb(104,195,40); }

 H1.HeaderClassName
 {
   color: #68C328;
 }
 .AnyTagClassName
 {
   color: #68C328;
 }
</style>
background-color css

<style>
 a { background-color: #68C328; }

 a { background-color: rgb(104,195,40); }

 div.DivClassName
 {
   background-color: #68C328;
 }
 .BgClassName
 {
   background-color: #68C328;
 }
</style>
border-color css

<style>
 span { border-color: #68C328; }

 span { border-color: rgb(104,195,40); }

 td.TdClassName
 {
   border-color: #68C328;
 }
 .TagClassName
 {
   border-color: #68C328;
 }
</style>