Html Css Color HEX #16704B Dark Spring Green

📋 copy color: '#16704B'

red 22 ◦ green 112 ◦ blue 75

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

Shades of Dark Spring Green #16704B

Tints of Dark Spring Green #16704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 35.89%

R = 10.53%
G = 53.59%
B = 35.89%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#16704B (or 0x16704B) is known color: Dark Spring Green. HEX triplet: 16, 70 and 4B. RGB value is (22,112,75). Sum of RGB (Red+Green+Blue) = 22+112+75=209 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.53% from 209); Green value is 112 (44.14% from 255 or 53.59% from 209); Blue value is 75 (29.69% from 255 or 35.89% from 209); Max value from RGB is 112 - color contains mainly: green. Hex color #16704B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16704B is #E98FB4. Grayscale: #505050. Windows color (decimal): -15306677 or 4943894. OLE color: 4943894.

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

Color convert

RGB 22 112 75 -
CMYK 0.80 0 0.33 0.56
HSL 155.33º 0.67% 0.26% -
HSV(B) 155.33º 0.8% 0.44% -
XYZ 7.4 12.27 8.63 -
YUV 80.87 124.68 86.01 -
System Red Green Blue C M Y K H S L
Decimal 22 112 75 0.80 0 0.33 0.56 155.33 0.67 0.26
Hex 16 70 4B 50 0 21 38 9B 43 1A
Octal 26 160 113 120 0 41 70 233 103 32
Binary 10110 1110000 1001011 1010000 0 100001 111000 10011011 1000011 11010

Color Harmonies of #16704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16704B

Black with #16704B

Text Example


Text Example

White with #16704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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