Html Css Color HEX #16704D Dark Spring Green

📋 copy color: '#16704D'

red 22 ◦ green 112 ◦ blue 77

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

Shades of Dark Spring Green #16704D

Tints of Dark Spring Green #16704D

RGB

 RED value IS 22 (8.98% from 255) = 10.43%

 GREEN value IS 112 (44.14% from 255) = 53.08%

 BLUE value IS 77 (30.47% from 255) = 36.49%

R = 10.43%
G = 53.08%
B = 36.49%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.31

 K value IS 0.56

RGB Variations

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

Color information

#16704D (or 0x16704D) is known color: Dark Spring Green. HEX triplet: 16, 70 and 4D. RGB value is (22,112,77). Sum of RGB (Red+Green+Blue) = 22+112+77=211 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.43% from 211); Green value is 112 (44.14% from 255 or 53.08% from 211); Blue value is 77 (30.47% from 255 or 36.49% from 211); Max value from RGB is 112 - color contains mainly: green. Hex color #16704D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #16704D is #E98FB2. Grayscale: #515151. Windows color (decimal): -15306675 or 5074966. OLE color: 5074966.

HSL color Cylindrical-coordinate representation of color #16704D: hue angle of 156.67º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #16704D is Cyan = 0.80, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.56.

Color convert

RGB 22 112 77 -
CMYK 0.80 0 0.31 0.56
HSL 156.67º 0.67% 0.26% -
HSV(B) 156.67º 0.8% 0.44% -
XYZ 7.46 12.29 9 -
YUV 81.1 125.68 85.85 -
System Red Green Blue C M Y K H S L
Decimal 22 112 77 0.80 0 0.31 0.56 156.67 0.67 0.26
Hex 16 70 4D 50 0 1F 38 9D 43 1A
Octal 26 160 115 120 0 37 70 235 103 32
Binary 10110 1110000 1001101 1010000 0 11111 111000 10011101 1000011 11010

Color Harmonies of #16704D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16704D

Black with #16704D

Text Example


Text Example

White with #16704D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16704D; }

 p { color: rgb(22,112,77); }

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

background-color css

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

 a { background-color: rgb(22,112,77); }

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

border-color css

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

 span { border-color: rgb(22,112,77); }

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