Html Css Color HEX #00770F Green

📋 copy color: '#00770F'

red 0 ◦ green 119 ◦ blue 15

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

Shades of Green #00770F

Tints of Green #00770F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.19%

R = 0%
G = 88.81%
B = 11.19%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#00770F (or 0x00770F) is known color: Green. HEX triplet: 00, 77 and 0F. RGB value is (0,119,15). Sum of RGB (Red+Green+Blue) = 0+119+15=134 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 134); Green value is 119 (46.88% from 255 or 88.81% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 119 - color contains mainly: green. Hex color #00770F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00770F is #FF88F0. Grayscale: #474747. Windows color (decimal): -16746737 or 1013504. OLE color: 1013504.

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

Color convert

RGB 0 119 15 -
CMYK 1 0 0.87 0.53
HSL 127.56º 1% 0.23% -
HSV(B) 127.56º 1% 0.47% -
XYZ 6.68 13.23 2.65 -
YUV 71.56 96.08 76.96 -
System Red Green Blue C M Y K H S L
Decimal 0 119 15 1 0 0.87 0.53 127.56 1 0.23
Hex 0 77 F 64 0 57 35 80 64 17
Octal 0 167 17 144 0 127 65 200 144 27
Binary 0 1110111 1111 1100100 0 1010111 110101 10000000 1100100 10111

Color Harmonies of #00770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00770F

Black with #00770F

Text Example


Text Example

White with #00770F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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