Html Css Color HEX #12704B Dark Spring Green

📋 copy color: '#12704B'

red 18 ◦ green 112 ◦ blue 75

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

Shades of Dark Spring Green #12704B

Tints of Dark Spring Green #12704B

RGB

 RED value IS 18 (7.42% from 255) = 8.78%

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

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

R = 8.78%
G = 54.63%
B = 36.59%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#12704B (or 0x12704B) is known color: Dark Spring Green. HEX triplet: 12, 70 and 4B. RGB value is (18,112,75). Sum of RGB (Red+Green+Blue) = 18+112+75=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 75 (29.69% from 255 or 36.59% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #12704B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12704B is #ED8FB4. Grayscale: #4F4F4F. Windows color (decimal): -15568821 or 4943890. OLE color: 4943890.

HSL color Cylindrical-coordinate representation of color #12704B: hue angle of 156.38º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #12704B is Cyan = 0.84, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 112 75 -
CMYK 0.84 0 0.33 0.56
HSL 156.38º 0.72% 0.25% -
HSV(B) 156.38º 0.84% 0.44% -
XYZ 7.31 12.22 8.63 -
YUV 79.68 125.36 84.01 -
System Red Green Blue C M Y K H S L
Decimal 18 112 75 0.84 0 0.33 0.56 156.38 0.72 0.25
Hex 12 70 4B 54 0 21 38 9C 48 19
Octal 22 160 113 124 0 41 70 234 110 31
Binary 10010 1110000 1001011 1010100 0 100001 111000 10011100 1001000 11001

Color Harmonies of #12704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12704B

Black with #12704B

Text Example


Text Example

White with #12704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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