Html Css Color HEX #117A0B Green

📋 copy color: '#117A0B'

red 17 ◦ green 122 ◦ blue 11

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

Shades of Green #117A0B

Tints of Green #117A0B

RGB

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

 GREEN value IS 122 (48.05% from 255) = 81.33%

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

R = 11.33%
G = 81.33%
B = 7.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.52

RGB Variations

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

Color information

#117A0B (or 0x117A0B) is known color: Green. HEX triplet: 11, 7A and 0B. RGB value is (17,122,11). Sum of RGB (Red+Green+Blue) = 17+122+11=150 (19% of max value = 765). Red value is 17 (7.03% from 255 or 11.33% from 150); Green value is 122 (48.05% from 255 or 81.33% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 122 - color contains mainly: green. Hex color #117A0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117A0B is #EE85F4. Grayscale: #4E4E4E. Windows color (decimal): -15631861 or 752145. OLE color: 752145.

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

Color convert

RGB 17 122 11 -
CMYK 0.86 0 0.91 0.52
HSL 116.76º 0.83% 0.26% -
HSV(B) 116.76º 0.91% 0.48% -
XYZ 7.25 14.06 2.65 -
YUV 77.95 90.21 84.53 -
System Red Green Blue C M Y K H S L
Decimal 17 122 11 0.86 0 0.91 0.52 116.76 0.83 0.26
Hex 11 7A B 56 0 5B 34 75 53 1A
Octal 21 172 13 126 0 133 64 165 123 32
Binary 10001 1111010 1011 1010110 0 1011011 110100 1110101 1010011 11010

Color Harmonies of #117A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117A0B

Black with #117A0B

Text Example


Text Example

White with #117A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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