#0F6F1D

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

Shades of Camarone #0F6F1D

Tints of Camarone #0F6F1D

Color information

#0F6F1D (or 0x0F6F1D) is unknown color: approx Camarone. HEX triplet: 0F, 6F and 1D. RGB value is (15,111,29). Sum of RGB (Red+Green+Blue) = 15+111+29=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 111 (43.75% from 255 or 71.61% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 111 - color contains mainly: green. Hex color #0F6F1D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6F1D is #F090E2. Grayscale: #494949. Windows color (decimal): -15765731 or 1928975. OLE color: 1928975.

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

Color convert

RGB1511129-
CMYK0.8600.740.56
HSL128.75º76.19%24.71%-
HSV(B)128.75º86.49%43.53%-
XYZ6.111.563.07-
YUV72.95103.286.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.68%
GREEN value IS 111 (43.75% from 255) = 71.61%
BLUE value IS 29 (11.72% from 255) = 18.71%
R=9.68%
G=71.61%
B=18.71%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal15111290.8600.740.56128.7576.1924.71
HexF6F1D5604A38814c19
Octal171573512601127020111431
Binary111111011111110110101100100101011100010000001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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