Html Css Color HEX #117742 Dark Spring Green

📋 copy color: '#117742'

red 17 ◦ green 119 ◦ blue 66

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

Shades of Dark Spring Green #117742

Tints of Dark Spring Green #117742

RGB

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

 GREEN value IS 119 (46.88% from 255) = 58.91%

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

R = 8.42%
G = 58.91%
B = 32.67%

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

#117742 (or 0x117742) is known color: Dark Spring Green. HEX triplet: 11, 77 and 42. RGB value is (17,119,66). Sum of RGB (Red+Green+Blue) = 17+119+66=202 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.42% from 202); Green value is 119 (46.88% from 255 or 58.91% from 202); Blue value is 66 (26.17% from 255 or 32.67% from 202); Max value from RGB is 119 - color contains mainly: green. Hex color #117742 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117742 is #EE88BD. Grayscale: #525252. Windows color (decimal): -15632574 or 4355857. OLE color: 4355857.

HSL color Cylindrical-coordinate representation of color #117742: hue angle of 148.82º 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 #117742 is Cyan = 0.86, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 119 66 -
CMYK 0.86 0 0.45 0.53
HSL 148.82º 0.75% 0.27% -
HSV(B) 148.82º 0.86% 0.47% -
XYZ 7.81 13.71 7.39 -
YUV 82.46 118.71 81.31 -
System Red Green Blue C M Y K H S L
Decimal 17 119 66 0.86 0 0.45 0.53 148.82 0.75 0.27
Hex 11 77 42 56 0 2D 35 95 4B 1B
Octal 21 167 102 126 0 55 65 225 113 33
Binary 10001 1110111 1000010 1010110 0 101101 110101 10010101 1001011 11011

Color Harmonies of #117742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117742

Black with #117742

Text Example


Text Example

White with #117742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117742; }

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

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

background-color css

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

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

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

border-color css

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

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

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