#0F6820

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

Shades of Crusoe #0F6820

Tints of Crusoe #0F6820

Color information

#0F6820 (or 0x0F6820) is unknown color: approx Crusoe. HEX triplet: 0F, 68 and 20. RGB value is (15,104,32). Sum of RGB (Red+Green+Blue) = 15+104+32=151 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.93% from 151); Green value is 104 (41.02% from 255 or 68.87% from 151); Blue value is 32 (12.89% from 255 or 21.19% from 151); Max value from RGB is 104 - color contains mainly: green. Hex color #0F6820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6820 is #F097DF. Grayscale: #454545. Windows color (decimal): -15767520 or 2123791. OLE color: 2123791.

HSL color Cylindrical-coordinate representation of color #0F6820: hue angle of 131.46º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6820 is Cyan = 0.86, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB1510432-
CMYK0.8600.690.59
HSL131.46º74.79%23.33%-
HSV(B)131.46º85.58%40.78%-
XYZ5.4110.113.03-
YUV69.18107.0189.35-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.93%
GREEN value IS 104 (41.02% from 255) = 68.87%
BLUE value IS 32 (12.89% from 255) = 21.19%
R=9.93%
G=68.87%
B=21.19%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal15104320.8600.690.59131.4674.7923.33
HexF6820560453B834b17
Octal171504012601057320311327
Binary1111110100010000010101100100010111101110000011100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,104,32); }

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

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

 a { background-color: rgb(15,104,32); }

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

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

 span { border-color: rgb(15,104,32); }

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