Html Css Color HEX #0E7669 Pine Green

📋 copy color: '#0E7669'

red 14 ◦ green 118 ◦ blue 105

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

Shades of Pine Green #0E7669

Tints of Pine Green #0E7669

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 44.3%

R = 5.91%
G = 49.79%
B = 44.3%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#0E7669 (or 0x0E7669) is known color: Pine Green. HEX triplet: 0E, 76 and 69. RGB value is (14,118,105). Sum of RGB (Red+Green+Blue) = 14+118+105=237 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.91% from 237); Green value is 118 (46.48% from 255 or 49.79% from 237); Blue value is 105 (41.41% from 255 or 44.30% from 237); Max value from RGB is 118 - color contains mainly: green. Hex color #0E7669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7669 is #F18996. Grayscale: #555555. Windows color (decimal): -15829399 or 6911502. OLE color: 6911502.

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

Color convert

RGB 14 118 105 -
CMYK 0.88 0 0.11 0.54
HSL 172.5º 0.79% 0.26% -
HSV(B) 172.5º 0.88% 0.46% -
XYZ 9.21 14.07 15.6 -
YUV 85.42 139.04 77.06 -
System Red Green Blue C M Y K H S L
Decimal 14 118 105 0.88 0 0.11 0.54 172.5 0.79 0.26
Hex E 76 69 58 0 B 36 AC 4F 1A
Octal 16 166 151 130 0 13 66 254 117 32
Binary 1110 1110110 1101001 1011000 0 1011 110110 10101100 1001111 11010

Color Harmonies of #0E7669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7669

Black with #0E7669

Text Example


Text Example

White with #0E7669

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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