Html Css Color HEX #00771F Green

📋 copy color: '#00771F'

red 0 ◦ green 119 ◦ blue 31

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

Shades of Green #00771F

Tints of Green #00771F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 20.67%

R = 0%
G = 79.33%
B = 20.67%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#00771F (or 0x00771F) is known color: Green. HEX triplet: 00, 77 and 1F. RGB value is (0,119,31). Sum of RGB (Red+Green+Blue) = 0+119+31=150 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 150); Green value is 119 (46.88% from 255 or 79.33% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 119 - color contains mainly: green. Hex color #00771F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00771F is #FF88E0. Grayscale: #494949. Windows color (decimal): -16746721 or 2062080. OLE color: 2062080.

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

Color convert

RGB 0 119 31 -
CMYK 1 0 0.74 0.53
HSL 135.63º 1% 0.23% -
HSV(B) 135.63º 1% 0.47% -
XYZ 6.84 13.29 3.5 -
YUV 73.39 104.08 75.66 -
System Red Green Blue C M Y K H S L
Decimal 0 119 31 1 0 0.74 0.53 135.63 1 0.23
Hex 0 77 1F 64 0 4A 35 88 64 17
Octal 0 167 37 144 0 112 65 210 144 27
Binary 0 1110111 11111 1100100 0 1001010 110101 10001000 1100100 10111

Color Harmonies of #00771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00771F

Black with #00771F

Text Example


Text Example

White with #00771F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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