Html Css Color HEX #10724B Dark Spring Green

📋 copy color: '#10724B'

red 16 ◦ green 114 ◦ blue 75

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

Shades of Dark Spring Green #10724B

Tints of Dark Spring Green #10724B

RGB

 RED value IS 16 (6.64% from 255) = 7.8%

 GREEN value IS 114 (44.92% from 255) = 55.61%

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

R = 7.8%
G = 55.61%
B = 36.59%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#10724B (or 0x10724B) is known color: Dark Spring Green. HEX triplet: 10, 72 and 4B. RGB value is (16,114,75). Sum of RGB (Red+Green+Blue) = 16+114+75=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 114 (44.92% from 255 or 55.61% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 114 - color contains mainly: green. Hex color #10724B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #10724B is #EF8DB4. Grayscale: #505050. Windows color (decimal): -15699381 or 4944400. OLE color: 4944400.

HSL color Cylindrical-coordinate representation of color #10724B: hue angle of 156.12º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #10724B is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 16 114 75 -
CMYK 0.86 0 0.34 0.55
HSL 156.12º 0.75% 0.25% -
HSV(B) 156.12º 0.86% 0.45% -
XYZ 7.5 12.65 8.7 -
YUV 80.25 125.03 82.17 -
System Red Green Blue C M Y K H S L
Decimal 16 114 75 0.86 0 0.34 0.55 156.12 0.75 0.25
Hex 10 72 4B 56 0 22 37 9C 4B 19
Octal 20 162 113 126 0 42 67 234 113 31
Binary 10000 1110010 1001011 1010110 0 100010 110111 10011100 1001011 11001

Color Harmonies of #10724B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10724B

Black with #10724B

Text Example


Text Example

White with #10724B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,114,75); }

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

background-color css

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

 a { background-color: rgb(16,114,75); }

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

border-color css

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

 span { border-color: rgb(16,114,75); }

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