Html Css Color HEX #117F05 Green

📋 copy color: '#117F05'

red 17 ◦ green 127 ◦ blue 5

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

Shades of Green #117F05

Tints of Green #117F05

RGB

 RED value IS 17 (7.03% from 255) = 11.41%

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

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

R = 11.41%
G = 85.23%
B = 3.36%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.96

 K value IS 0.50

RGB Variations

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

Color information

#117F05 (or 0x117F05) is known color: Green. HEX triplet: 11, 7F and 05. RGB value is (17,127,5). Sum of RGB (Red+Green+Blue) = 17+127+5=149 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.41% from 149); Green value is 127 (50% from 255 or 85.23% from 149); Blue value is 5 (2.34% from 255 or 3.36% from 149); Max value from RGB is 127 - color contains mainly: green. Hex color #117F05 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117F05 is #EE80FA. Grayscale: #505050. Windows color (decimal): -15630587 or 360209. OLE color: 360209.

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

Color convert

RGB 17 127 5 -
CMYK 0.87 0 0.96 0.50
HSL 114.1º 0.92% 0.26% -
HSV(B) 114.1º 0.96% 0.5% -
XYZ 7.85 15.31 2.68 -
YUV 80.2 85.56 82.92 -
System Red Green Blue C M Y K H S L
Decimal 17 127 5 0.87 0 0.96 0.50 114.1 0.92 0.26
Hex 11 7F 5 57 0 60 32 72 5C 1A
Octal 21 177 5 127 0 140 62 162 134 32
Binary 10001 1111111 101 1010111 0 1100000 110010 1110010 1011100 11010

Color Harmonies of #117F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117F05

Black with #117F05

Text Example


Text Example

White with #117F05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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