Html Css Color HEX #0E7673 Pine Green

📋 copy color: '#0E7673'

red 14 ◦ green 118 ◦ blue 115

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

Shades of Pine Green #0E7673

Tints of Pine Green #0E7673

RGB

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

 GREEN value IS 118 (46.48% from 255) = 47.77%

 BLUE value IS 115 (45.31% from 255) = 46.56%

R = 5.67%
G = 47.77%
B = 46.56%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#0E7673 (or 0x0E7673) is known color: Pine Green. HEX triplet: 0E, 76 and 73. RGB value is (14,118,115). Sum of RGB (Red+Green+Blue) = 14+118+115=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 118 (46.48% from 255 or 47.77% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 118 - color contains mainly: green. Hex color #0E7673 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7673 is #F1898C. Grayscale: #565656. Windows color (decimal): -15829389 or 7566862. OLE color: 7566862.

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

Color convert

RGB 14 118 115 -
CMYK 0.88 0 0.03 0.54
HSL 178.27º 0.79% 0.26% -
HSV(B) 178.27º 0.88% 0.46% -
XYZ 9.75 14.29 18.46 -
YUV 86.56 144.04 76.24 -
System Red Green Blue C M Y K H S L
Decimal 14 118 115 0.88 0 0.03 0.54 178.27 0.79 0.26
Hex E 76 73 58 0 3 36 B2 4F 1A
Octal 16 166 163 130 0 3 66 262 117 32
Binary 1110 1110110 1110011 1011000 0 11 110110 10110010 1001111 11010

Color Harmonies of #0E7673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7673

Black with #0E7673

Text Example


Text Example

White with #0E7673

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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