Html Css Color HEX #00770D Green

📋 copy color: '#00770D'

red 0 ◦ green 119 ◦ blue 13

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

Shades of Green #00770D

Tints of Green #00770D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 119 (46.88% from 255) = 90.15%

 BLUE value IS 13 (5.47% from 255) = 9.85%

R = 0%
G = 90.15%
B = 9.85%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#00770D (or 0x00770D) is known color: Green. HEX triplet: 00, 77 and 0D. RGB value is (0,119,13). Sum of RGB (Red+Green+Blue) = 0+119+13=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 119 (46.88% from 255 or 90.15% from 132); Blue value is 13 (5.47% from 255 or 9.85% from 132); Max value from RGB is 119 - color contains mainly: green. Hex color #00770D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00770D is #FF88F2. Grayscale: #474747. Windows color (decimal): -16746739 or 882432. OLE color: 882432.

HSL color Cylindrical-coordinate representation of color #00770D: hue angle of 126.55º 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 #00770D is Cyan = 1, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 0 119 13 -
CMYK 1 0 0.89 0.53
HSL 126.55º 1% 0.23% -
HSV(B) 126.55º 1% 0.47% -
XYZ 6.67 13.22 2.58 -
YUV 71.34 95.08 77.12 -
System Red Green Blue C M Y K H S L
Decimal 0 119 13 1 0 0.89 0.53 126.55 1 0.23
Hex 0 77 D 64 0 59 35 7F 64 17
Octal 0 167 15 144 0 131 65 177 144 27
Binary 0 1110111 1101 1100100 0 1011001 110101 1111111 1100100 10111

Color Harmonies of #00770D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00770D

Black with #00770D

Text Example


Text Example

White with #00770D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #00770D;
 }
 .AnyTagClassName
 {
   color: #00770D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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