#0F6E1E

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

Shades of Camarone #0F6E1E

Tints of Camarone #0F6E1E

Color information

#0F6E1E (or 0x0F6E1E) is unknown color: approx Camarone. HEX triplet: 0F, 6E and 1E. RGB value is (15,110,30). Sum of RGB (Red+Green+Blue) = 15+110+30=155 (20% of max value = 765). Red value is 15 (6.25% from 255 or 9.68% from 155); Green value is 110 (43.36% from 255 or 70.97% from 155); Blue value is 30 (12.11% from 255 or 19.35% from 155); Max value from RGB is 110 - color contains mainly: green. Hex color #0F6E1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0F6E1E is #F091E1. Grayscale: #484848. Windows color (decimal): -15765986 or 1994255. OLE color: 1994255.

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

Color convert

RGB1511030-
CMYK0.8600.730.57
HSL129.47º76%24.51%-
HSV(B)129.47º86.36%43.14%-
XYZ6.0111.353.1-
YUV72.47104.0387-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 9.68%
GREEN value IS 110 (43.36% from 255) = 70.97%
BLUE value IS 30 (12.11% from 255) = 19.35%
R=9.68%
G=70.97%
B=19.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal15110300.8600.730.57129.477624.51
HexF6E1E5604939814c19
Octal171563612601117120111431
Binary111111011101111010101100100100111100110000001100110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F6E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,110,30); }

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

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

 a { background-color: rgb(15,110,30); }

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

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

 span { border-color: rgb(15,110,30); }

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