Html Css Color HEX #117514 Green

📋 copy color: '#117514'

red 17 ◦ green 117 ◦ blue 20

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

Shades of Green #117514

Tints of Green #117514

RGB

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

 GREEN value IS 117 (46.09% from 255) = 75.97%

 BLUE value IS 20 (8.2% from 255) = 12.99%

R = 11.04%
G = 75.97%
B = 12.99%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.54

RGB Variations

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

Color information

#117514 (or 0x117514) is known color: Green. HEX triplet: 11, 75 and 14. RGB value is (17,117,20). Sum of RGB (Red+Green+Blue) = 17+117+20=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 117 (46.09% from 255 or 75.97% from 154); Blue value is 20 (8.20% from 255 or 12.99% from 154); Max value from RGB is 117 - color contains mainly: green. Hex color #117514 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117514 is #EE8AEB. Grayscale: #4C4C4C. Windows color (decimal): -15633132 or 1340689. OLE color: 1340689.

HSL color Cylindrical-coordinate representation of color #117514: hue angle of 121.8º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117514 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 117 20 -
CMYK 0.85 0 0.83 0.54
HSL 121.8º 0.75% 0.26% -
HSV(B) 121.8º 0.85% 0.46% -
XYZ 6.72 12.89 2.8 -
YUV 76.04 96.37 85.89 -
System Red Green Blue C M Y K H S L
Decimal 17 117 20 0.85 0 0.83 0.54 121.8 0.75 0.26
Hex 11 75 14 55 0 53 36 7A 4B 1A
Octal 21 165 24 125 0 123 66 172 113 32
Binary 10001 1110101 10100 1010101 0 1010011 110110 1111010 1001011 11010

Color Harmonies of #117514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117514

Black with #117514

Text Example


Text Example

White with #117514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117514; }

 p { color: rgb(17,117,20); }

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

background-color css

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

 a { background-color: rgb(17,117,20); }

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

border-color css

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

 span { border-color: rgb(17,117,20); }

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