#0A6F1F

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

Shades of Crusoe #0A6F1F

Tints of Crusoe #0A6F1F

Color information

#0A6F1F (or 0x0A6F1F) is unknown color: approx Crusoe. HEX triplet: 0A, 6F and 1F. RGB value is (10,111,31). Sum of RGB (Red+Green+Blue) = 10+111+31=152 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.58% from 152); Green value is 111 (43.75% from 255 or 73.03% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 111 - color contains mainly: green. Hex color #0A6F1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A6F1F is #F590E0. Grayscale: #474747. Windows color (decimal): -16093409 or 2060042. OLE color: 2060042.

HSL color Cylindrical-coordinate representation of color #0A6F1F: hue angle of 132.48º 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 #0A6F1F is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB1011131-
CMYK0.9100.720.56
HSL132.48º83.47%23.73%-
HSV(B)132.48º90.99%43.53%-
XYZ6.0611.533.2-
YUV71.68105.0484-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 6.58%
GREEN value IS 111 (43.75% from 255) = 73.03%
BLUE value IS 31 (12.5% from 255) = 20.39%
R=6.58%
G=73.03%
B=20.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal10111310.9100.720.56132.4883.4723.73
HexA6F1F5B04838845318
Octal121573713301107020412330
Binary101011011111111110110110100100011100010000100101001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6F1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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