Html Css Color HEX #16714B Dark Spring Green

📋 copy color: '#16714B'

red 22 ◦ green 113 ◦ blue 75

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

Shades of Dark Spring Green #16714B

Tints of Dark Spring Green #16714B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 53.81%

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

R = 10.48%
G = 53.81%
B = 35.71%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#16714B (or 0x16714B) is known color: Dark Spring Green. HEX triplet: 16, 71 and 4B. RGB value is (22,113,75). Sum of RGB (Red+Green+Blue) = 22+113+75=210 (27% of max value = 765). Red value is 22 (8.98% from 255 or 10.48% from 210); Green value is 113 (44.53% from 255 or 53.81% from 210); Blue value is 75 (29.69% from 255 or 35.71% from 210); Max value from RGB is 113 - color contains mainly: green. Hex color #16714B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #16714B is #E98EB4. Grayscale: #515151. Windows color (decimal): -15306421 or 4944150. OLE color: 4944150.

HSL color Cylindrical-coordinate representation of color #16714B: hue angle of 154.95º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #16714B is Cyan = 0.81, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 22 113 75 -
CMYK 0.81 0 0.34 0.56
HSL 154.95º 0.67% 0.26% -
HSV(B) 154.95º 0.81% 0.44% -
XYZ 7.51 12.49 8.67 -
YUV 81.46 124.35 85.59 -
System Red Green Blue C M Y K H S L
Decimal 22 113 75 0.81 0 0.34 0.56 154.95 0.67 0.26
Hex 16 71 4B 51 0 22 38 9B 43 1A
Octal 26 161 113 121 0 42 70 233 103 32
Binary 10110 1110001 1001011 1010001 0 100010 111000 10011011 1000011 11010

Color Harmonies of #16714B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16714B

Black with #16714B

Text Example


Text Example

White with #16714B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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