Html Css Color HEX #0E7670 Pine Green

📋 copy color: '#0E7670'

red 14 ◦ green 118 ◦ blue 112

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

Shades of Pine Green #0E7670

Tints of Pine Green #0E7670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.9%

R = 5.74%
G = 48.36%
B = 45.9%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#0E7670 (or 0x0E7670) is known color: Pine Green. HEX triplet: 0E, 76 and 70. RGB value is (14,118,112). Sum of RGB (Red+Green+Blue) = 14+118+112=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 118 (46.48% from 255 or 48.36% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 118 - color contains mainly: green. Hex color #0E7670 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7670 is #F1898F. Grayscale: #565656. Windows color (decimal): -15829392 or 7370254. OLE color: 7370254.

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

Color convert

RGB 14 118 112 -
CMYK 0.88 0 0.05 0.54
HSL 176.54º 0.79% 0.26% -
HSV(B) 176.54º 0.88% 0.46% -
XYZ 9.58 14.22 17.57 -
YUV 86.22 142.54 76.49 -
System Red Green Blue C M Y K H S L
Decimal 14 118 112 0.88 0 0.05 0.54 176.54 0.79 0.26
Hex E 76 70 58 0 5 36 B1 4F 1A
Octal 16 166 160 130 0 5 66 261 117 32
Binary 1110 1110110 1110000 1011000 0 101 110110 10110001 1001111 11010

Color Harmonies of #0E7670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7670

Black with #0E7670

Text Example


Text Example

White with #0E7670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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