Html Css Color HEX #16703C Dark Spring Green

📋 copy color: '#16703C'

red 22 ◦ green 112 ◦ blue 60

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

Shades of Dark Spring Green #16703C

Tints of Dark Spring Green #16703C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.93%

R = 11.34%
G = 57.73%
B = 30.93%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#16703C (or 0x16703C) is known color: Dark Spring Green. HEX triplet: 16, 70 and 3C. RGB value is (22,112,60). Sum of RGB (Red+Green+Blue) = 22+112+60=194 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.34% from 194); Green value is 112 (44.14% from 255 or 57.73% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 112 - color contains mainly: green. Hex color #16703C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16703C is #E98FC3. Grayscale: #4F4F4F. Windows color (decimal): -15306692 or 3960854. OLE color: 3960854.

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

Color convert

RGB 22 112 60 -
CMYK 0.80 0 0.46 0.56
HSL 145.33º 0.67% 0.26% -
HSV(B) 145.33º 0.8% 0.44% -
XYZ 6.94 12.09 6.24 -
YUV 79.16 117.18 87.23 -
System Red Green Blue C M Y K H S L
Decimal 22 112 60 0.80 0 0.46 0.56 145.33 0.67 0.26
Hex 16 70 3C 50 0 2E 38 91 43 1A
Octal 26 160 74 120 0 56 70 221 103 32
Binary 10110 1110000 111100 1010000 0 101110 111000 10010001 1000011 11010

Color Harmonies of #16703C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16703C

Black with #16703C

Text Example


Text Example

White with #16703C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #16703C; }

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

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

background-color css

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

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

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

border-color css

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

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

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