#0F6F20

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

Shades of Camarone #0F6F20

Tints of Camarone #0F6F20

Color information

#0F6F20 (or 0x0F6F20) is unknown color: approx Camarone. HEX triplet: 0F, 6F and 20. RGB value is (15,111,32). Sum of RGB (Red+Green+Blue) = 15+111+32=158 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.49% from 158); Green value is 111 (43.75% from 255 or 70.25% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 111 - color contains mainly: green. Hex color #0F6F20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6F20 is #F090DF. Grayscale: #494949. Windows color (decimal): -15765728 or 2125583. OLE color: 2125583.

HSL color Cylindrical-coordinate representation of color #0F6F20: hue angle of 130.62º degrees, saturation: 0.76, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0F6F20 is Cyan = 0.86, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB1511132-
CMYK0.8600.710.56
HSL130.62º76.19%24.71%-
HSV(B)130.62º86.49%43.53%-
XYZ6.1411.573.28-
YUV73.29104.786.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.49%
GREEN value IS 111 (43.75% from 255) = 70.25%
BLUE value IS 32 (12.89% from 255) = 20.25%
R=9.49%
G=70.25%
B=20.25%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15111320.8600.710.56130.6276.1924.71
HexF6F205604738834c19
Octal171574012601077020311431
Binary1111110111110000010101100100011111100010000011100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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