#00770c

Color #00770C Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #00770C

Tints of Green #00770C

Color information

#00770C (or 0x00770C) is unknown color: approx Green. HEX triplet: 00, 77 and 0C. RGB value is (0,119,12). Sum of RGB (Red+Green+Blue) = 0+119+12=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 119 (46.88% from 255 or 90.84% from 131); Blue value is 12 (5.08% from 255 or 9.16% from 131); Max value from RGB is 119 - color contains mainly: green. Hex color #00770C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00770C is #FF88F3. Grayscale: #474747. Windows color (decimal): -16746740 or 816896. OLE color: 816896.

HSL color Cylindrical-coordinate representation of color #00770C: hue angle of 126.05º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00770C is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB011912-
CMYK100.900.53
HSL126.05º100%23.33%-
HSV(B)126.05º100%46.67%-
XYZ6.6613.222.55-
YUV71.2294.5877.2-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 119 (46.88% from 255) = 90.84%
BLUE value IS 12 (5.08% from 255) = 9.16%
R=0%
G=90.84%
B=9.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal011912100.900.53126.0510023.33
Hex077C6405A357e6417
Octal01671414401326517614427
Binary0111011111001100100010110101101011111110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00770c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00770c; }

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

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

<style>
 a { background-color: #00770c; }

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

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

<style>
 span { border-color: #00770c; }

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

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