#0A6F2E

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

Shades of Crusoe #0A6F2E

Tints of Crusoe #0A6F2E

Color information

#0A6F2E (or 0x0A6F2E) is unknown color: approx Crusoe. HEX triplet: 0A, 6F and 2E. RGB value is (10,111,46). Sum of RGB (Red+Green+Blue) = 10+111+46=167 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.99% from 167); Green value is 111 (43.75% from 255 or 66.47% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 111 - color contains mainly: green. Hex color #0A6F2E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6F2E is #F590D1. Grayscale: #494949. Windows color (decimal): -16093394 or 3043082. OLE color: 3043082.

HSL color Cylindrical-coordinate representation of color #0A6F2E: hue angle of 141.39º degrees, saturation: 0.83, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A6F2E is Cyan = 0.91, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1011146-
CMYK0.9100.590.56
HSL141.39º83.47%23.73%-
HSV(B)141.39º90.99%43.53%-
XYZ6.311.634.5-
YUV73.39112.5482.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 5.99%
GREEN value IS 111 (43.75% from 255) = 66.47%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=5.99%
G=66.47%
B=27.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10111460.9100.590.56141.3983.4723.73
HexA6F2E5B03B388d5318
Octal12157561330737021512330
Binary101011011111011101011011011101111100010001101101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,111,46); }

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

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

 a { background-color: rgb(10,111,46); }

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

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

 span { border-color: rgb(10,111,46); }

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