Html Css Color HEX #117842 Dark Spring Green

📋 copy color: '#117842'

red 17 ◦ green 120 ◦ blue 66

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

Shades of Dark Spring Green #117842

Tints of Dark Spring Green #117842

RGB

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

 GREEN value IS 120 (47.27% from 255) = 59.11%

 BLUE value IS 66 (26.17% from 255) = 32.51%

R = 8.37%
G = 59.11%
B = 32.51%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#117842 (or 0x117842) is known color: Dark Spring Green. HEX triplet: 11, 78 and 42. RGB value is (17,120,66). Sum of RGB (Red+Green+Blue) = 17+120+66=203 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.37% from 203); Green value is 120 (47.27% from 255 or 59.11% from 203); Blue value is 66 (26.17% from 255 or 32.51% from 203); Max value from RGB is 120 - color contains mainly: green. Hex color #117842 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117842 is #EE87BD. Grayscale: #535353. Windows color (decimal): -15632318 or 4356113. OLE color: 4356113.

HSL color Cylindrical-coordinate representation of color #117842: hue angle of 148.54º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #117842 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 120 66 -
CMYK 0.86 0 0.45 0.53
HSL 148.54º 0.75% 0.27% -
HSV(B) 148.54º 0.86% 0.47% -
XYZ 7.93 13.95 7.43 -
YUV 83.05 118.38 80.89 -
System Red Green Blue C M Y K H S L
Decimal 17 120 66 0.86 0 0.45 0.53 148.54 0.75 0.27
Hex 11 78 42 56 0 2D 35 95 4B 1B
Octal 21 170 102 126 0 55 65 225 113 33
Binary 10001 1111000 1000010 1010110 0 101101 110101 10010101 1001011 11011

Color Harmonies of #117842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117842

Black with #117842

Text Example


Text Example

White with #117842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117842; }

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

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

background-color css

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

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

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

border-color css

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

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

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