#006A19

Color #006A19 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #006A19

Tints of Crusoe #006A19

Color information

#006A19 (or 0x006A19) is unknown color: approx Crusoe. HEX triplet: 00, 6A and 19. RGB value is (0,106,25). Sum of RGB (Red+Green+Blue) = 0+106+25=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 106 (41.80% from 255 or 80.92% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 106 - color contains mainly: green. Hex color #006A19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #006A19 is #FF95E6. Grayscale: #414141. Windows color (decimal): -16750055 or 1665536. OLE color: 1665536.

HSL color Cylindrical-coordinate representation of color #006A19: hue angle of 134.15º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A19 is Cyan = 1, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.58.

Color convert

RGB010625-
CMYK100.760.58
HSL134.15º100%20.78%-
HSV(B)134.15º100%41.57%-
XYZ5.3310.382.64-
YUV65.07105.3881.59-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 106 (41.80% from 255) = 80.92%
BLUE value IS 25 (10.16% from 255) = 19.08%
R=0%
G=80.92%
B=19.08%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010625100.760.58134.1510020.78
Hex06A196404C3A866415
Octal01523114401147220614425
Binary011010101100111001000100110011101010000110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006A19; }

 p { color: rgb(0,106,25); }

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

<style>
 a { background-color: #006A19; }

 a { background-color: rgb(0,106,25); }

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

<style>
 span { border-color: #006A19; }

 span { border-color: rgb(0,106,25); }

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