#0C762F

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

Shades of Camarone #0C762F

Tints of Camarone #0C762F

Color information

#0C762F (or 0x0C762F) is unknown color: approx Camarone. HEX triplet: 0C, 76 and 2F. RGB value is (12,118,47). Sum of RGB (Red+Green+Blue) = 12+118+47=177 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.78% from 177); Green value is 118 (46.48% from 255 or 66.67% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 118 - color contains mainly: green. Hex color #0C762F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C762F is #F389D0. Grayscale: #4E4E4E. Windows color (decimal): -15960529 or 3110412. OLE color: 3110412.

HSL color Cylindrical-coordinate representation of color #0C762F: hue angle of 139.81º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C762F is Cyan = 0.90, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB1211847-
CMYK0.9000.600.54
HSL139.81º81.54%25.49%-
HSV(B)139.81º89.83%46.27%-
XYZ7.1413.244.87-
YUV78.21110.3880.77-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.78%
GREEN value IS 118 (46.48% from 255) = 66.67%
BLUE value IS 47 (18.75% from 255) = 26.55%
R=6.78%
G=66.67%
B=26.55%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal12118470.9000.600.54139.8181.5425.49
HexC762F5A03C368c5219
Octal14166571320746621412231
Binary110011101101011111011010011110011011010001100101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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