#0E7645

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

Shades of Dark Spring Green #0E7645

Tints of Dark Spring Green #0E7645

Color information

#0E7645 (or 0x0E7645) is unknown color: approx Dark Spring Green. HEX triplet: 0E, 76 and 45. RGB value is (14,118,69). Sum of RGB (Red+Green+Blue) = 14+118+69=201 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.97% from 201); Green value is 118 (46.48% from 255 or 58.71% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 118 - color contains mainly: green. Hex color #0E7645 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7645 is #F189BA. Grayscale: #515151. Windows color (decimal): -15829435 or 4552206. OLE color: 4552206.

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

Color convert

RGB1411869-
CMYK0.8800.420.54
HSL151.73º78.79%25.88%-
HSV(B)151.73º88.14%46.27%-
XYZ7.7313.487.82-
YUV81.32121.0479.98-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.97%
GREEN value IS 118 (46.48% from 255) = 58.71%
BLUE value IS 69 (27.34% from 255) = 34.33%
R=6.97%
G=58.71%
B=34.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14118690.8800.420.54151.7378.7925.88
HexE76455802A36984f1a
Octal161661051300526623011732
Binary1110111011010001011011000010101011011010011000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,118,69); }

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

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

 a { background-color: rgb(14,118,69); }

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

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

 span { border-color: rgb(14,118,69); }

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