Html Css Color HEX #117145 Dark Spring Green

📋 copy color: '#117145'

red 17 ◦ green 113 ◦ blue 69

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

Shades of Dark Spring Green #117145

Tints of Dark Spring Green #117145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 56.78%

 BLUE value IS 69 (27.34% from 255) = 34.67%

R = 8.54%
G = 56.78%
B = 34.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#117145 (or 0x117145) is known color: Dark Spring Green. HEX triplet: 11, 71 and 45. RGB value is (17,113,69). Sum of RGB (Red+Green+Blue) = 17+113+69=199 (26% of max value = 765). Red value is 17 (7.03% from 255 or 8.54% from 199); Green value is 113 (44.53% from 255 or 56.78% from 199); Blue value is 69 (27.34% from 255 or 34.67% from 199); Max value from RGB is 113 - color contains mainly: green. Hex color #117145 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117145 is #EE8EBA. Grayscale: #4F4F4F. Windows color (decimal): -15634107 or 4550929. OLE color: 4550929.

HSL color Cylindrical-coordinate representation of color #117145: hue angle of 152.5º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #117145 is Cyan = 0.85, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 17 113 69 -
CMYK 0.85 0 0.39 0.56
HSL 152.5º 0.74% 0.25% -
HSV(B) 152.5º 0.85% 0.44% -
XYZ 7.21 12.36 7.64 -
YUV 79.28 122.2 83.58 -
System Red Green Blue C M Y K H S L
Decimal 17 113 69 0.85 0 0.39 0.56 152.5 0.74 0.25
Hex 11 71 45 55 0 27 38 98 4A 19
Octal 21 161 105 125 0 47 70 230 112 31
Binary 10001 1110001 1000101 1010101 0 100111 111000 10011000 1001010 11001

Color Harmonies of #117145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117145

Black with #117145

Text Example


Text Example

White with #117145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117145; }

 p { color: rgb(17,113,69); }

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

background-color css

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

 a { background-color: rgb(17,113,69); }

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

border-color css

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

 span { border-color: rgb(17,113,69); }

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