Html Css Color HEX #0E713C Dark Spring Green

📋 copy color: '#0E713C'

red 14 ◦ green 113 ◦ blue 60

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

Shades of Dark Spring Green #0E713C

Tints of Dark Spring Green #0E713C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 60.43%

 BLUE value IS 60 (23.83% from 255) = 32.09%

R = 7.49%
G = 60.43%
B = 32.09%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#0E713C (or 0x0E713C) is known color: Dark Spring Green. HEX triplet: 0E, 71 and 3C. RGB value is (14,113,60). Sum of RGB (Red+Green+Blue) = 14+113+60=187 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.49% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 60 (23.83% from 255 or 32.09% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #0E713C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E713C is #F18EC3. Grayscale: #4D4D4D. Windows color (decimal): -15830724 or 3961102. OLE color: 3961102.

HSL color Cylindrical-coordinate representation of color #0E713C: hue angle of 147.88º degrees, saturation: 0.78, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E713C is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 14 113 60 -
CMYK 0.88 0 0.47 0.56
HSL 147.88º 0.78% 0.25% -
HSV(B) 147.88º 0.88% 0.44% -
XYZ 6.9 12.23 6.27 -
YUV 77.36 118.2 82.81 -
System Red Green Blue C M Y K H S L
Decimal 14 113 60 0.88 0 0.47 0.56 147.88 0.78 0.25
Hex E 71 3C 58 0 2F 38 94 4E 19
Octal 16 161 74 130 0 57 70 224 116 31
Binary 1110 1110001 111100 1011000 0 101111 111000 10010100 1001110 11001

Color Harmonies of #0E713C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E713C

Black with #0E713C

Text Example


Text Example

White with #0E713C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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