#117642

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

Shades of Dark Spring Green #117642

Tints of Dark Spring Green #117642

Color information

#117642 (or 0x117642) is unknown color: approx Dark Spring Green. HEX triplet: 11, 76 and 42. RGB value is (17,118,66). Sum of RGB (Red+Green+Blue) = 17+118+66=201 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.46% from 201); Green value is 118 (46.48% from 255 or 58.71% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 118 - color contains mainly: green. Hex color #117642 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117642 is #EE89BD. Grayscale: #515151. Windows color (decimal): -15632830 or 4355601. OLE color: 4355601.

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

Color convert

RGB1711866-
CMYK0.8600.440.54
HSL149.11º74.81%26.47%-
HSV(B)149.11º85.59%46.27%-
XYZ7.6913.477.35-
YUV81.87119.0481.73-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 8.46%
GREEN value IS 118 (46.48% from 255) = 58.71%
BLUE value IS 66 (26.17% from 255) = 32.84%
R=8.46%
G=58.71%
B=32.84%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal17118660.8600.440.54149.1174.8126.47
Hex1176425602C36954b1a
Octal211661021260546622511332
Binary10001111011010000101010110010110011011010010101100101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #117642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #117642; }

 p { color: rgb(17,118,66); }

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

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

 a { background-color: rgb(17,118,66); }

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

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

 span { border-color: rgb(17,118,66); }

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