#0E773F

Color #0E773F Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #0E773F

Tints of Dark Spring Green #0E773F

Color information

#0E773F (or 0x0E773F) is unknown color: approx Dark Spring Green. HEX triplet: 0E, 77 and 3F. RGB value is (14,119,63). Sum of RGB (Red+Green+Blue) = 14+119+63=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 119 (46.88% from 255 or 60.71% from 196); Blue value is 63 (25% from 255 or 32.14% from 196); Max value from RGB is 119 - color contains mainly: green. Hex color #0E773F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E773F is #F188C0. Grayscale: #515151. Windows color (decimal): -15829185 or 4159246. OLE color: 4159246.

HSL color Cylindrical-coordinate representation of color #0E773F: hue angle of 148º 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 #0E773F is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB1411963-
CMYK0.8800.470.53
HSL148º78.95%26.08%-
HSV(B)148º88.24%46.67%-
XYZ7.6813.656.93-
YUV81.22117.7180.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.14%
GREEN value IS 119 (46.88% from 255) = 60.71%
BLUE value IS 63 (25% from 255) = 32.14%
R=7.14%
G=60.71%
B=32.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14119630.8800.470.5314878.9526.08
HexE773F5802F35944f1a
Octal16167771300576522411732
Binary111011101111111111011000010111111010110010100100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E773F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0E773F;
 }
 .AnyTagClassName
 {
   color: #0E773F;
 }
</style>
background-color css

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

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

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

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

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

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