#0E753C

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

Shades of Dark Spring Green #0E753C

Tints of Dark Spring Green #0E753C

Color information

#0E753C (or 0x0E753C) is unknown color: approx Dark Spring Green. HEX triplet: 0E, 75 and 3C. RGB value is (14,117,60). Sum of RGB (Red+Green+Blue) = 14+117+60=191 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.33% from 191); Green value is 117 (46.09% from 255 or 61.26% from 191); Blue value is 60 (23.83% from 255 or 31.41% from 191); Max value from RGB is 117 - color contains mainly: green. Hex color #0E753C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E753C is #F18AC3. Grayscale: #4F4F4F. Windows color (decimal): -15829700 or 3962126. OLE color: 3962126.

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

Color convert

RGB1411760-
CMYK0.8800.490.54
HSL146.8º78.63%25.69%-
HSV(B)146.8º88.03%45.88%-
XYZ7.3613.146.42-
YUV79.71116.8881.13-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 7.33%
GREEN value IS 117 (46.09% from 255) = 61.26%
BLUE value IS 60 (23.83% from 255) = 31.41%
R=7.33%
G=61.26%
B=31.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14117600.8800.490.54146.878.6325.69
HexE753C5803136934f1a
Octal16165741300616622311732
Binary111011101011111001011000011000111011010010011100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E753C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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