#68A619

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

Shades of Christi #68A619

Tints of Christi #68A619

Color information

#68A619 (or 0x68A619) is unknown color: approx Christi. HEX triplet: 68, A6 and 19. RGB value is (104,166,25). Sum of RGB (Red+Green+Blue) = 104+166+25=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 166 (65.23% from 255 or 56.27% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 166 - color contains mainly: green. Hex color #68A619 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #68A619 is #9759E6. Grayscale: #838383. Windows color (decimal): -9918951 or 1681000. OLE color: 1681000.

HSL color Cylindrical-coordinate representation of color #68A619: hue angle of 86.38º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #68A619 is Cyan = 0.37, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.35.

Color convert

RGB10416625-
CMYK0.3700.850.35
HSL86.38º73.82%37.45%-
HSV(B)86.38º84.94%65.1%-
XYZ19.5230.295.74-
YUV131.3967.96108.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 166 (65.23% from 255) = 56.27%
BLUE value IS 25 (10.16% from 255) = 8.47%
R=35.25%
G=56.27%
B=8.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal104166250.3700.850.3586.3873.8237.45
Hex68A6192505523564a25
Octal150246314501254312611245
Binary110100010100110110011001010101010110001110101101001010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68A619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,166,25); }

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

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

 a { background-color: rgb(104,166,25); }

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

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

 span { border-color: rgb(104,166,25); }

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