Html Css Color HEX #117200 Green

📋 copy color: '#117200'

red 17 ◦ green 114 ◦ blue 0

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

Shades of Green #117200

Tints of Green #117200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 87.02%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 12.98%
G = 87.02%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#117200 (or 0x117200) is known color: Green. HEX triplet: 11, 72 and 00. RGB value is (17,114,0). Sum of RGB (Red+Green+Blue) = 17+114+0=131 (17% of max value = 765). Red value is 17 (7.03% from 255 or 12.98% from 131); Green value is 114 (44.92% from 255 or 87.02% from 131); Blue value is 0 (0.39% from 255 or 0% from 131); Max value from RGB is 114 - color contains mainly: green. Hex color #117200 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117200 is #EE8DFF. Grayscale: #484848. Windows color (decimal): -15633920 or 29201. OLE color: 29201.

HSL color Cylindrical-coordinate representation of color #117200: hue angle of 111.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #117200 is Cyan = 0.85, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 114 0 -
CMYK 0.85 0 1 0.55
HSL 111.05º 1% 0.22% -
HSV(B) 111.05º 1% 0.45% -
XYZ 6.25 12.15 2.02 -
YUV 72 87.36 88.77 -
System Red Green Blue C M Y K H S L
Decimal 17 114 0 0.85 0 1 0.55 111.05 1 0.22
Hex 11 72 0 55 0 64 37 6F 64 16
Octal 21 162 0 125 0 144 67 157 144 26
Binary 10001 1110010 0 1010101 0 1100100 110111 1101111 1100100 10110

Color Harmonies of #117200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117200

Black with #117200

Text Example


Text Example

White with #117200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117200; }

 p { color: rgb(17,114,0); }

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

background-color css

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

 a { background-color: rgb(17,114,0); }

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

border-color css

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

 span { border-color: rgb(17,114,0); }

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