Html Css Color HEX #0E7468 Pine Green

📋 copy color: '#0E7468'

red 14 ◦ green 116 ◦ blue 104

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

Shades of Pine Green #0E7468

Tints of Pine Green #0E7468

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.44%

R = 5.98%
G = 49.57%
B = 44.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#0E7468 (or 0x0E7468) is known color: Pine Green. HEX triplet: 0E, 74 and 68. RGB value is (14,116,104). Sum of RGB (Red+Green+Blue) = 14+116+104=234 (30% of max value = 765). Red value is 14 (5.86% from 255 or 5.98% from 234); Green value is 116 (45.70% from 255 or 49.57% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 116 - color contains mainly: green. Hex color #0E7468 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7468 is #F18B97. Grayscale: #545454. Windows color (decimal): -15829912 or 6845454. OLE color: 6845454.

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

Color convert

RGB 14 116 104 -
CMYK 0.88 0 0.10 0.55
HSL 172.94º 0.78% 0.25% -
HSV(B) 172.94º 0.88% 0.45% -
XYZ 8.93 13.58 15.25 -
YUV 84.13 139.21 77.98 -
System Red Green Blue C M Y K H S L
Decimal 14 116 104 0.88 0 0.10 0.55 172.94 0.78 0.25
Hex E 74 68 58 0 A 37 AD 4E 19
Octal 16 164 150 130 0 12 67 255 116 31
Binary 1110 1110100 1101000 1011000 0 1010 110111 10101101 1001110 11001

Color Harmonies of #0E7468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7468

Black with #0E7468

Text Example


Text Example

White with #0E7468

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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