Html Css Color HEX #01771F Green

📋 copy color: '#01771F'

red 1 ◦ green 119 ◦ blue 31

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

Shades of Green #01771F

Tints of Green #01771F

RGB

 RED value IS 1 (0.78% from 255) = 0.66%

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

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

R = 0.66%
G = 78.81%
B = 20.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#01771F (or 0x01771F) is known color: Green. HEX triplet: 01, 77 and 1F. RGB value is (1,119,31). Sum of RGB (Red+Green+Blue) = 1+119+31=151 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 151); Green value is 119 (46.88% from 255 or 78.81% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 119 - color contains mainly: green. Hex color #01771F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01771F is #FE88E0. Grayscale: #494949. Windows color (decimal): -16681185 or 2062081. OLE color: 2062081.

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

Color convert

RGB 1 119 31 -
CMYK 0.99 0 0.74 0.53
HSL 135.25º 0.98% 0.24% -
HSV(B) 135.25º 0.99% 0.47% -
XYZ 6.86 13.3 3.5 -
YUV 73.69 103.91 76.16 -
System Red Green Blue C M Y K H S L
Decimal 1 119 31 0.99 0 0.74 0.53 135.25 0.98 0.24
Hex 1 77 1F 63 0 4A 35 87 62 18
Octal 1 167 37 143 0 112 65 207 142 30
Binary 1 1110111 11111 1100011 0 1001010 110101 10000111 1100010 11000

Color Harmonies of #01771F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01771F

Black with #01771F

Text Example


Text Example

White with #01771F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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