#0E762F

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

Shades of Camarone #0E762F

Tints of Camarone #0E762F

Color information

#0E762F (or 0x0E762F) is unknown color: approx Camarone. HEX triplet: 0E, 76 and 2F. RGB value is (14,118,47). Sum of RGB (Red+Green+Blue) = 14+118+47=179 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.82% from 179); Green value is 118 (46.48% from 255 or 65.92% from 179); Blue value is 47 (18.75% from 255 or 26.26% from 179); Max value from RGB is 118 - color contains mainly: green. Hex color #0E762F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E762F is #F189D0. Grayscale: #4E4E4E. Windows color (decimal): -15829457 or 3110414. OLE color: 3110414.

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

Color convert

RGB1411847-
CMYK0.8800.600.54
HSL139.04º78.79%25.88%-
HSV(B)139.04º88.14%46.27%-
XYZ7.1713.264.87-
YUV78.81110.0481.77-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.82%
GREEN value IS 118 (46.48% from 255) = 65.92%
BLUE value IS 47 (18.75% from 255) = 26.26%
R=7.82%
G=65.92%
B=26.26%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14118470.8800.600.54139.0478.7925.88
HexE762F5803C368b4f1a
Octal16166571300746621311732
Binary111011101101011111011000011110011011010001011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,118,47); }

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

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

 a { background-color: rgb(14,118,47); }

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

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

 span { border-color: rgb(14,118,47); }

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