#0A6619

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

Shades of Crusoe #0A6619

Tints of Crusoe #0A6619

Color information

#0A6619 (or 0x0A6619) is unknown color: approx Crusoe. HEX triplet: 0A, 66 and 19. RGB value is (10,102,25). Sum of RGB (Red+Green+Blue) = 10+102+25=137 (18% of max value = 765). Red value is 10 (4.30% from 255 or 7.30% from 137); Green value is 102 (40.23% from 255 or 74.45% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 102 - color contains mainly: green. Hex color #0A6619 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6619 is #F599E6. Grayscale: #414141. Windows color (decimal): -16095719 or 1664522. OLE color: 1664522.

HSL color Cylindrical-coordinate representation of color #0A6619: hue angle of 129.78º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6619 is Cyan = 0.90, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1010225-
CMYK0.9000.750.6
HSL129.78º82.14%21.96%-
HSV(B)129.78º90.2%40%-
XYZ5.059.642.51-
YUV65.71105.0288.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 7.30%
GREEN value IS 102 (40.23% from 255) = 74.45%
BLUE value IS 25 (10.16% from 255) = 18.25%
R=7.30%
G=74.45%
B=18.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10102250.9000.750.6129.7882.1421.96
HexA66195A04B3C825216
Octal121463113201137420212226
Binary101011001101100110110100100101111110010000010101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A6619; }

 p { color: rgb(10,102,25); }

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

<style>
 a { background-color: #0A6619; }

 a { background-color: rgb(10,102,25); }

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

<style>
 span { border-color: #0A6619; }

 span { border-color: rgb(10,102,25); }

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