Html Css Color HEX #117F0B Green

📋 copy color: '#117F0B'

red 17 ◦ green 127 ◦ blue 11

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

Shades of Green #117F0B

Tints of Green #117F0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 7.1%

R = 10.97%
G = 81.94%
B = 7.1%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.91

 K value IS 0.50

RGB Variations

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

Color information

#117F0B (or 0x117F0B) is known color: Green. HEX triplet: 11, 7F and 0B. RGB value is (17,127,11). Sum of RGB (Red+Green+Blue) = 17+127+11=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 127 (50% from 255 or 81.94% from 155); Blue value is 11 (4.69% from 255 or 7.10% from 155); Max value from RGB is 127 - color contains mainly: green. Hex color #117F0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117F0B is #EE80F4. Grayscale: #515151. Windows color (decimal): -15630581 or 753425. OLE color: 753425.

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

Color convert

RGB 17 127 11 -
CMYK 0.87 0 0.91 0.50
HSL 116.9º 0.84% 0.27% -
HSV(B) 116.9º 0.91% 0.5% -
XYZ 7.88 15.32 2.86 -
YUV 80.89 88.56 82.43 -
System Red Green Blue C M Y K H S L
Decimal 17 127 11 0.87 0 0.91 0.50 116.9 0.84 0.27
Hex 11 7F B 57 0 5B 32 75 54 1B
Octal 21 177 13 127 0 133 62 165 124 33
Binary 10001 1111111 1011 1010111 0 1011011 110010 1110101 1010100 11011

Color Harmonies of #117F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117F0B

Black with #117F0B

Text Example


Text Example

White with #117F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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