#0E753D

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

Shades of Dark Spring Green #0E753D

Tints of Dark Spring Green #0E753D

Color information

#0E753D (or 0x0E753D) is unknown color: approx Dark Spring Green. HEX triplet: 0E, 75 and 3D. RGB value is (14,117,61). Sum of RGB (Red+Green+Blue) = 14+117+61=192 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.29% from 192); Green value is 117 (46.09% from 255 or 60.94% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 117 - color contains mainly: green. Hex color #0E753D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E753D is #F18AC2. Grayscale: #4F4F4F. Windows color (decimal): -15829699 or 4027662. OLE color: 4027662.

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

Color convert

RGB1411761-
CMYK0.8800.480.54
HSL147.38º78.63%25.69%-
HSV(B)147.38º88.03%45.88%-
XYZ7.3813.156.56-
YUV79.82117.3881.05-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.29%
GREEN value IS 117 (46.09% from 255) = 60.94%
BLUE value IS 61 (24.22% from 255) = 31.77%
R=7.29%
G=60.94%
B=31.77%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14117610.8800.480.54147.3878.6325.69
HexE753D5803036934f1a
Octal16165751300606622311732
Binary111011101011111011011000011000011011010010011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E753D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,117,61); }

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

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

 a { background-color: rgb(14,117,61); }

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

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

 span { border-color: rgb(14,117,61); }

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