Html Css Color HEX #0E773B Dark Spring Green

📋 copy color: '#0E773B'

red 14 ◦ green 119 ◦ blue 59

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

Shades of Dark Spring Green #0E773B

Tints of Dark Spring Green #0E773B

RGB

 RED value IS 14 (5.86% from 255) = 7.29%

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

 BLUE value IS 59 (23.44% from 255) = 30.73%

R = 7.29%
G = 61.98%
B = 30.73%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#0E773B (or 0x0E773B) is known color: Dark Spring Green. HEX triplet: 0E, 77 and 3B. RGB value is (14,119,59). Sum of RGB (Red+Green+Blue) = 14+119+59=192 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.29% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 59 (23.44% from 255 or 30.73% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #0E773B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E773B is #F188C4. Grayscale: #505050. Windows color (decimal): -15829189 or 3897102. OLE color: 3897102.

HSL color Cylindrical-coordinate representation of color #0E773B: hue angle of 145.71º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E773B is Cyan = 0.88, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 14 119 59 -
CMYK 0.88 0 0.50 0.53
HSL 145.71º 0.79% 0.26% -
HSV(B) 145.71º 0.88% 0.47% -
XYZ 7.57 13.6 6.36 -
YUV 80.77 115.71 80.38 -
System Red Green Blue C M Y K H S L
Decimal 14 119 59 0.88 0 0.50 0.53 145.71 0.79 0.26
Hex E 77 3B 58 0 32 35 92 4F 1A
Octal 16 167 73 130 0 62 65 222 117 32
Binary 1110 1110111 111011 1011000 0 110010 110101 10010010 1001111 11010

Color Harmonies of #0E773B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E773B

Black with #0E773B

Text Example


Text Example

White with #0E773B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E773B; }

 p { color: rgb(14,119,59); }

 H1.HeaderClassName
 {
   color: #0E773B;
 }
 .AnyTagClassName
 {
   color: #0E773B;
 }
</style>

background-color css

<style>
 a { background-color: #0E773B; }

 a { background-color: rgb(14,119,59); }

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

border-color css

<style>
 span { border-color: #0E773B; }

 span { border-color: rgb(14,119,59); }

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