Html Css Color HEX #0E7471 Pine Green

📋 copy color: '#0E7471'

red 14 ◦ green 116 ◦ blue 113

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

Shades of Pine Green #0E7471

Tints of Pine Green #0E7471

RGB

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

 GREEN value IS 116 (45.7% from 255) = 47.74%

 BLUE value IS 113 (44.53% from 255) = 46.5%

R = 5.76%
G = 47.74%
B = 46.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#0E7471 (or 0x0E7471) is known color: Pine Green. HEX triplet: 0E, 74 and 71. RGB value is (14,116,113). Sum of RGB (Red+Green+Blue) = 14+116+113=243 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.76% from 243); Green value is 116 (45.70% from 255 or 47.74% from 243); Blue value is 113 (44.53% from 255 or 46.50% from 243); Max value from RGB is 116 - color contains mainly: green. Hex color #0E7471 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7471 is #F18B8E. Grayscale: #555555. Windows color (decimal): -15829903 or 7435278. OLE color: 7435278.

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

Color convert

RGB 14 116 113 -
CMYK 0.88 0 0.03 0.55
HSL 178.24º 0.78% 0.25% -
HSV(B) 178.24º 0.88% 0.45% -
XYZ 9.41 13.78 17.79 -
YUV 85.16 143.71 77.24 -
System Red Green Blue C M Y K H S L
Decimal 14 116 113 0.88 0 0.03 0.55 178.24 0.78 0.25
Hex E 74 71 58 0 3 37 B2 4E 19
Octal 16 164 161 130 0 3 67 262 116 31
Binary 1110 1110100 1110001 1011000 0 11 110111 10110010 1001110 11001

Color Harmonies of #0E7471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7471

Black with #0E7471

Text Example


Text Example

White with #0E7471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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