#117208

Color #117208 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #117208

Tints of Green #117208

Color information

#117208 (or 0x117208) is unknown color: approx Green. HEX triplet: 11, 72 and 08. RGB value is (17,114,8). Sum of RGB (Red+Green+Blue) = 17+114+8=139 (18% of max value = 765). Red value is 17 (7.03% from 255 or 12.23% from 139); Green value is 114 (44.92% from 255 or 82.01% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 114 - color contains mainly: green. Hex color #117208 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #117208 is #EE8DF7. Grayscale: #494949. Windows color (decimal): -15633912 or 553489. OLE color: 553489.

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

Color convert

RGB171148-
CMYK0.8500.930.55
HSL114.91º86.89%23.92%-
HSV(B)114.91º92.98%44.71%-
XYZ6.2912.172.25-
YUV72.9191.3688.12-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 12.23%
GREEN value IS 114 (44.92% from 255) = 82.01%
BLUE value IS 8 (3.52% from 255) = 5.76%
R=12.23%
G=82.01%
B=5.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1711480.8500.930.55114.9186.8923.92
Hex117285505D37735718
Octal211621012501356716312730
Binary10001111001010001010101010111011101111110011101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117208; }

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

 H1.HeaderClassName
 {
   color: #117208;
 }
 .AnyTagClassName
 {
   color: #117208;
 }
</style>
background-color css

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

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

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

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

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

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