#0E772E

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

Shades of Camarone #0E772E

Tints of Camarone #0E772E

Color information

#0E772E (or 0x0E772E) is unknown color: approx Camarone. HEX triplet: 0E, 77 and 2E. RGB value is (14,119,46). Sum of RGB (Red+Green+Blue) = 14+119+46=179 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.82% from 179); Green value is 119 (46.88% from 255 or 66.48% from 179); Blue value is 46 (18.36% from 255 or 25.70% from 179); Max value from RGB is 119 - color contains mainly: green. Hex color #0E772E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E772E is #F188D1. Grayscale: #4F4F4F. Windows color (decimal): -15829202 or 3045134. OLE color: 3045134.

HSL color Cylindrical-coordinate representation of color #0E772E: hue angle of 138.29º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E772E is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB1411946-
CMYK0.8800.610.53
HSL138.29º78.95%26.08%-
HSV(B)138.29º88.24%46.67%-
XYZ7.2713.484.8-
YUV79.28109.2181.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.82%
GREEN value IS 119 (46.88% from 255) = 66.48%
BLUE value IS 46 (18.36% from 255) = 25.70%
R=7.82%
G=66.48%
B=25.70%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14119460.8800.610.53138.2978.9526.08
HexE772E5803D358a4f1a
Octal16167561300756521211732
Binary111011101111011101011000011110111010110001010100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E772E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,119,46); }

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

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

 a { background-color: rgb(14,119,46); }

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

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

 span { border-color: rgb(14,119,46); }

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