#0A6D2A

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

Shades of Crusoe #0A6D2A

Tints of Crusoe #0A6D2A

Color information

#0A6D2A (or 0x0A6D2A) is unknown color: approx Crusoe. HEX triplet: 0A, 6D and 2A. RGB value is (10,109,42). Sum of RGB (Red+Green+Blue) = 10+109+42=161 (21% of max value = 765). Red value is 10 (4.30% from 255 or 6.21% from 161); Green value is 109 (42.97% from 255 or 67.70% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 109 - color contains mainly: green. Hex color #0A6D2A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6D2A is #F592D5. Grayscale: #474747. Windows color (decimal): -16093910 or 2780426. OLE color: 2780426.

HSL color Cylindrical-coordinate representation of color #0A6D2A: hue angle of 139.39º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6D2A is Cyan = 0.91, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.

Color convert

RGB1010942-
CMYK0.9100.610.57
HSL139.39º83.19%23.33%-
HSV(B)139.39º90.83%42.75%-
XYZ6.0111.174.03-
YUV71.76111.283.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.21%
GREEN value IS 109 (42.97% from 255) = 67.70%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=6.21%
G=67.70%
B=26.09%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal10109420.9100.610.57139.3983.1923.33
HexA6D2A5B03D398b5317
Octal12155521330757121312327
Binary101011011011010101011011011110111100110001011101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,109,42); }

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

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

 a { background-color: rgb(10,109,42); }

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

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

 span { border-color: rgb(10,109,42); }

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