Html Css Color HEX #117C0B Green

📋 copy color: '#117C0B'

red 17 ◦ green 124 ◦ blue 11

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

Shades of Green #117C0B

Tints of Green #117C0B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 81.58%

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

R = 11.18%
G = 81.58%
B = 7.24%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#117C0B (or 0x117C0B) is known color: Green. HEX triplet: 11, 7C and 0B. RGB value is (17,124,11). Sum of RGB (Red+Green+Blue) = 17+124+11=152 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.18% from 152); Green value is 124 (48.83% from 255 or 81.58% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 124 - color contains mainly: green. Hex color #117C0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117C0B is #EE83F4. Grayscale: #4F4F4F. Windows color (decimal): -15631349 or 752657. OLE color: 752657.

HSL color Cylindrical-coordinate representation of color #117C0B: hue angle of 116.81º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #117C0B is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.

Color convert

RGB 17 124 11 -
CMYK 0.86 0 0.91 0.51
HSL 116.81º 0.84% 0.26% -
HSV(B) 116.81º 0.91% 0.49% -
XYZ 7.5 14.56 2.73 -
YUV 79.13 89.55 83.69 -
System Red Green Blue C M Y K H S L
Decimal 17 124 11 0.86 0 0.91 0.51 116.81 0.84 0.26
Hex 11 7C B 56 0 5B 33 75 54 1A
Octal 21 174 13 126 0 133 63 165 124 32
Binary 10001 1111100 1011 1010110 0 1011011 110011 1110101 1010100 11010

Color Harmonies of #117C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117C0B

Black with #117C0B

Text Example


Text Example

White with #117C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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