Html Css Color HEX #16704A Dark Spring Green

📋 copy color: '#16704A'

red 22 ◦ green 112 ◦ blue 74

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

Shades of Dark Spring Green #16704A

Tints of Dark Spring Green #16704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 35.58%

R = 10.58%
G = 53.85%
B = 35.58%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#16704A (or 0x16704A) is known color: Dark Spring Green. HEX triplet: 16, 70 and 4A. RGB value is (22,112,74). Sum of RGB (Red+Green+Blue) = 22+112+74=208 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.58% from 208); Green value is 112 (44.14% from 255 or 53.85% from 208); Blue value is 74 (29.30% from 255 or 35.58% from 208); Max value from RGB is 112 - color contains mainly: green. Hex color #16704A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16704A is #E98FB5. Grayscale: #505050. Windows color (decimal): -15306678 or 4878358. OLE color: 4878358.

HSL color Cylindrical-coordinate representation of color #16704A: hue angle of 154.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 #16704A is Cyan = 0.80, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 22 112 74 -
CMYK 0.80 0 0.34 0.56
HSL 154.67º 0.67% 0.26% -
HSV(B) 154.67º 0.8% 0.44% -
XYZ 7.36 12.25 8.46 -
YUV 80.76 124.18 86.09 -
System Red Green Blue C M Y K H S L
Decimal 22 112 74 0.80 0 0.34 0.56 154.67 0.67 0.26
Hex 16 70 4A 50 0 22 38 9B 43 1A
Octal 26 160 112 120 0 42 70 233 103 32
Binary 10110 1110000 1001010 1010000 0 100010 111000 10011011 1000011 11010

Color Harmonies of #16704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16704A

Black with #16704A

Text Example


Text Example

White with #16704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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