Html Css Color HEX #017F05 Green

📋 copy color: '#017F05'

red 1 ◦ green 127 ◦ blue 5

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

Shades of Green #017F05

Tints of Green #017F05

RGB

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

 GREEN value IS 127 (50% from 255) = 95.49%

 BLUE value IS 5 (2.34% from 255) = 3.76%

R = 0.75%
G = 95.49%
B = 3.76%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#017F05 (or 0x017F05) is known color: Green. HEX triplet: 01, 7F and 05. RGB value is (1,127,5). Sum of RGB (Red+Green+Blue) = 1+127+5=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 127 (50% from 255 or 95.49% from 133); Blue value is 5 (2.34% from 255 or 3.76% from 133); Max value from RGB is 127 - color contains mainly: green. Hex color #017F05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #017F05 is #FE80FA. Grayscale: #4B4B4B. Windows color (decimal): -16679163 or 360193. OLE color: 360193.

HSL color Cylindrical-coordinate representation of color #017F05: hue angle of 121.9º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #017F05 is Cyan = 0.99, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.50.

Color convert

RGB 1 127 5 -
CMYK 0.99 0 0.96 0.50
HSL 121.9º 0.98% 0.25% -
HSV(B) 121.9º 0.99% 0.5% -
XYZ 7.63 15.2 2.67 -
YUV 75.42 88.26 74.92 -
System Red Green Blue C M Y K H S L
Decimal 1 127 5 0.99 0 0.96 0.50 121.9 0.98 0.25
Hex 1 7F 5 63 0 60 32 7A 62 19
Octal 1 177 5 143 0 140 62 172 142 31
Binary 1 1111111 101 1100011 0 1100000 110010 1111010 1100010 11001

Color Harmonies of #017F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #017F05

Black with #017F05

Text Example


Text Example

White with #017F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #017F05; }

 p { color: rgb(1,127,5); }

 H1.HeaderClassName
 {
   color: #017F05;
 }
 .AnyTagClassName
 {
   color: #017F05;
 }
</style>

background-color css

<style>
 a { background-color: #017F05; }

 a { background-color: rgb(1,127,5); }

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

border-color css

<style>
 span { border-color: #017F05; }

 span { border-color: rgb(1,127,5); }

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