Html Css Color HEX #00770C Green

📋 copy color: '#00770C'

red 0 ◦ green 119 ◦ blue 12

#00770C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #00770C

Tints of Green #00770C

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 value IS 1

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#00770C (or 0x00770C) is known color: 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

RGB 0 119 12 -
CMYK 1 0 0.90 0.53
HSL 126.05º 1% 0.23% -
HSV(B) 126.05º 1% 0.47% -
XYZ 6.66 13.22 2.55 -
YUV 71.22 94.58 77.2 -
System Red Green Blue C M Y K H S L
Decimal 0 119 12 1 0 0.90 0.53 126.05 1 0.23
Hex 0 77 C 64 0 5A 35 7E 64 17
Octal 0 167 14 144 0 132 65 176 144 27
Binary 0 1110111 1100 1100100 0 1011010 110101 1111110 1100100 10111

Color Harmonies of #00770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00770C

Black with #00770C

Text Example


Text Example

White with #00770C

Text Example


Text Example

HTML Codes & Css Web 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>