#0c772b

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

Shades of Camarone #0C772B

Tints of Camarone #0C772B

Color information

#0C772B (or 0x0C772B) is unknown color: approx Camarone. HEX triplet: 0C, 77 and 2B. RGB value is (12,119,43). Sum of RGB (Red+Green+Blue) = 12+119+43=174 (23% of max value = 765). Red value is 12 (5.08% from 255 or 6.90% from 174); Green value is 119 (46.88% from 255 or 68.39% from 174); Blue value is 43 (17.19% from 255 or 24.71% from 174); Max value from RGB is 119 - color contains mainly: green. Hex color #0C772B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C772B is #F388D4. Grayscale: #4E4E4E. Windows color (decimal): -15960277 or 2848524. OLE color: 2848524.

HSL color Cylindrical-coordinate representation of color #0C772B: hue angle of 137.38º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C772B is Cyan = 0.90, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB1211943-
CMYK0.9000.640.53
HSL137.38º81.68%25.69%-
HSV(B)137.38º89.92%46.67%-
XYZ7.1813.454.5-
YUV78.34108.0580.68-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.90%
GREEN value IS 119 (46.88% from 255) = 68.39%
BLUE value IS 43 (17.19% from 255) = 24.71%
R=6.90%
G=68.39%
B=24.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal12119430.9000.640.53137.3881.6825.69
HexC772B5A0403589521a
Octal141675313201006521112232
Binary1100111011110101110110100100000011010110001001101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c772b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,119,43); }

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

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

 a { background-color: rgb(12,119,43); }

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

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

 span { border-color: rgb(12,119,43); }

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