Html Css Color HEX #12773F Dark Spring Green

📋 copy color: '#12773F'

red 18 ◦ green 119 ◦ blue 63

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

Shades of Dark Spring Green #12773F

Tints of Dark Spring Green #12773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 59.5%

 BLUE value IS 63 (25% from 255) = 31.5%

R = 9%
G = 59.5%
B = 31.5%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#12773F (or 0x12773F) is known color: Dark Spring Green. HEX triplet: 12, 77 and 3F. RGB value is (18,119,63). Sum of RGB (Red+Green+Blue) = 18+119+63=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 119 (46.88% from 255 or 59.5% from 200); Blue value is 63 (25% from 255 or 31.5% from 200); Max value from RGB is 119 - color contains mainly: green. Hex color #12773F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12773F is #ED88C0. Grayscale: #525252. Windows color (decimal): -15567041 or 4159250. OLE color: 4159250.

HSL color Cylindrical-coordinate representation of color #12773F: hue angle of 146.73º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12773F is Cyan = 0.85, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 119 63 -
CMYK 0.85 0 0.47 0.53
HSL 146.73º 0.74% 0.27% -
HSV(B) 146.73º 0.85% 0.47% -
XYZ 7.74 13.68 6.94 -
YUV 82.42 117.04 82.05 -
System Red Green Blue C M Y K H S L
Decimal 18 119 63 0.85 0 0.47 0.53 146.73 0.74 0.27
Hex 12 77 3F 55 0 2F 35 93 4A 1B
Octal 22 167 77 125 0 57 65 223 112 33
Binary 10010 1110111 111111 1010101 0 101111 110101 10010011 1001010 11011

Color Harmonies of #12773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12773F

Black with #12773F

Text Example


Text Example

White with #12773F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12773F; }

 p { color: rgb(18,119,63); }

 H1.HeaderClassName
 {
   color: #12773F;
 }
 .AnyTagClassName
 {
   color: #12773F;
 }
</style>

background-color css

<style>
 a { background-color: #12773F; }

 a { background-color: rgb(18,119,63); }

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

border-color css

<style>
 span { border-color: #12773F; }

 span { border-color: rgb(18,119,63); }

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