Html Css Color HEX #05771F Green

📋 copy color: '#05771F'

red 5 ◦ green 119 ◦ blue 31

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

Shades of Green #05771F

Tints of Green #05771F

RGB

 RED value IS 5 (2.34% from 255) = 3.23%

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

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

R = 3.23%
G = 76.77%
B = 20%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#05771F (or 0x05771F) is known color: Green. HEX triplet: 05, 77 and 1F. RGB value is (5,119,31). Sum of RGB (Red+Green+Blue) = 5+119+31=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 119 (46.88% from 255 or 76.77% from 155); Blue value is 31 (12.5% from 255 or 20% from 155); Max value from RGB is 119 - color contains mainly: green. Hex color #05771F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05771F is #FA88E0. Grayscale: #4B4B4B. Windows color (decimal): -16419041 or 2062085. OLE color: 2062085.

HSL color Cylindrical-coordinate representation of color #05771F: hue angle of 133.68º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05771F is Cyan = 0.96, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 119 31 -
CMYK 0.96 0 0.74 0.53
HSL 133.68º 0.92% 0.24% -
HSV(B) 133.68º 0.96% 0.47% -
XYZ 6.91 13.32 3.5 -
YUV 74.88 103.23 78.16 -
System Red Green Blue C M Y K H S L
Decimal 5 119 31 0.96 0 0.74 0.53 133.68 0.92 0.24
Hex 5 77 1F 60 0 4A 35 86 5C 18
Octal 5 167 37 140 0 112 65 206 134 30
Binary 101 1110111 11111 1100000 0 1001010 110101 10000110 1011100 11000

Color Harmonies of #05771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05771F

Black with #05771F

Text Example


Text Example

White with #05771F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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