Html Css Color HEX #117B0F Green

📋 copy color: '#117B0F'

red 17 ◦ green 123 ◦ blue 15

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

Shades of Green #117B0F

Tints of Green #117B0F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 79.35%

 BLUE value IS 15 (6.25% from 255) = 9.68%

R = 10.97%
G = 79.35%
B = 9.68%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.88

 K value IS 0.52

RGB Variations

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

Color information

#117B0F (or 0x117B0F) is known color: Green. HEX triplet: 11, 7B and 0F. RGB value is (17,123,15). Sum of RGB (Red+Green+Blue) = 17+123+15=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 123 (48.44% from 255 or 79.35% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 123 - color contains mainly: green. Hex color #117B0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117B0F is #EE84F0. Grayscale: #4F4F4F. Windows color (decimal): -15631601 or 1014545. OLE color: 1014545.

HSL color Cylindrical-coordinate representation of color #117B0F: hue angle of 118.89º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #117B0F is Cyan = 0.86, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.52.

Color convert

RGB 17 123 15 -
CMYK 0.86 0 0.88 0.52
HSL 118.89º 0.78% 0.27% -
HSV(B) 118.89º 0.88% 0.48% -
XYZ 7.4 14.32 2.83 -
YUV 78.99 91.88 83.78 -
System Red Green Blue C M Y K H S L
Decimal 17 123 15 0.86 0 0.88 0.52 118.89 0.78 0.27
Hex 11 7B F 56 0 58 34 77 4E 1B
Octal 21 173 17 126 0 130 64 167 116 33
Binary 10001 1111011 1111 1010110 0 1011000 110100 1110111 1001110 11011

Color Harmonies of #117B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117B0F

Black with #117B0F

Text Example


Text Example

White with #117B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,123,15); }

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

background-color css

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

 a { background-color: rgb(17,123,15); }

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

border-color css

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

 span { border-color: rgb(17,123,15); }

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