Html Css Color HEX #0E766C Pine Green

📋 copy color: '#0E766C'

red 14 ◦ green 118 ◦ blue 108

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

Shades of Pine Green #0E766C

Tints of Pine Green #0E766C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45%

R = 5.83%
G = 49.17%
B = 45%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#0E766C (or 0x0E766C) is known color: Pine Green. HEX triplet: 0E, 76 and 6C. RGB value is (14,118,108). Sum of RGB (Red+Green+Blue) = 14+118+108=240 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.83% from 240); Green value is 118 (46.48% from 255 or 49.17% from 240); Blue value is 108 (42.58% from 255 or 45% from 240); Max value from RGB is 118 - color contains mainly: green. Hex color #0E766C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E766C is #F18993. Grayscale: #555555. Windows color (decimal): -15829396 or 7108110. OLE color: 7108110.

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

Color convert

RGB 14 118 108 -
CMYK 0.88 0 0.08 0.54
HSL 174.23º 0.79% 0.26% -
HSV(B) 174.23º 0.88% 0.46% -
XYZ 9.37 14.13 16.42 -
YUV 85.76 140.54 76.81 -
System Red Green Blue C M Y K H S L
Decimal 14 118 108 0.88 0 0.08 0.54 174.23 0.79 0.26
Hex E 76 6C 58 0 8 36 AE 4F 1A
Octal 16 166 154 130 0 10 66 256 117 32
Binary 1110 1110110 1101100 1011000 0 1000 110110 10101110 1001111 11010

Color Harmonies of #0E766C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E766C

Black with #0E766C

Text Example


Text Example

White with #0E766C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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