Html Css Color HEX #117F3F Dark Spring Green

📋 copy color: '#117F3F'

red 17 ◦ green 127 ◦ blue 63

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

Shades of Dark Spring Green #117F3F

Tints of Dark Spring Green #117F3F

RGB

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

 GREEN value IS 127 (50% from 255) = 61.35%

 BLUE value IS 63 (25% from 255) = 30.43%

R = 8.21%
G = 61.35%
B = 30.43%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.50

 K value IS 0.50

RGB Variations

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

Color information

#117F3F (or 0x117F3F) is known color: Dark Spring Green. HEX triplet: 11, 7F and 3F. RGB value is (17,127,63). Sum of RGB (Red+Green+Blue) = 17+127+63=207 (27% of max value = 765). Red value is 17 (7.03% from 255 or 8.21% from 207); Green value is 127 (50% from 255 or 61.35% from 207); Blue value is 63 (25% from 255 or 30.43% from 207); Max value from RGB is 127 - color contains mainly: green. Hex color #117F3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #117F3F is #EE80C0. Grayscale: #565656. Windows color (decimal): -15630529 or 4161297. OLE color: 4161297.

HSL color Cylindrical-coordinate representation of color #117F3F: hue angle of 145.09º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #117F3F is Cyan = 0.87, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.50.

Color convert

RGB 17 127 63 -
CMYK 0.87 0 0.50 0.50
HSL 145.09º 0.76% 0.28% -
HSV(B) 145.09º 0.87% 0.5% -
XYZ 8.72 15.66 7.27 -
YUV 86.81 114.56 78.2 -
System Red Green Blue C M Y K H S L
Decimal 17 127 63 0.87 0 0.50 0.50 145.09 0.76 0.28
Hex 11 7F 3F 57 0 32 32 91 4C 1C
Octal 21 177 77 127 0 62 62 221 114 34
Binary 10001 1111111 111111 1010111 0 110010 110010 10010001 1001100 11100

Color Harmonies of #117F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #117F3F

Black with #117F3F

Text Example


Text Example

White with #117F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #117F3F; }

 p { color: rgb(17,127,63); }

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

background-color css

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

 a { background-color: rgb(17,127,63); }

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

border-color css

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

 span { border-color: rgb(17,127,63); }

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