Html Css Color HEX #0E7568 Pine Green

📋 copy color: '#0E7568'

red 14 ◦ green 117 ◦ blue 104

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

Shades of Pine Green #0E7568

Tints of Pine Green #0E7568

RGB

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

 GREEN value IS 117 (46.09% from 255) = 49.79%

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

R = 5.96%
G = 49.79%
B = 44.26%

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

#0E7568 (or 0x0E7568) is known color: Pine Green. HEX triplet: 0E, 75 and 68. RGB value is (14,117,104). Sum of RGB (Red+Green+Blue) = 14+117+104=235 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.96% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 117 - color contains mainly: green. Hex color #0E7568 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7568 is #F18A97. Grayscale: #545454. Windows color (decimal): -15829656 or 6845710. OLE color: 6845710.

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

Color convert

RGB 14 117 104 -
CMYK 0.88 0 0.11 0.54
HSL 172.43º 0.79% 0.26% -
HSV(B) 172.43º 0.88% 0.46% -
XYZ 9.04 13.82 15.29 -
YUV 84.72 138.88 77.56 -
System Red Green Blue C M Y K H S L
Decimal 14 117 104 0.88 0 0.11 0.54 172.43 0.79 0.26
Hex E 75 68 58 0 B 36 AC 4F 1A
Octal 16 165 150 130 0 13 66 254 117 32
Binary 1110 1110101 1101000 1011000 0 1011 110110 10101100 1001111 11010

Color Harmonies of #0E7568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7568

Black with #0E7568

Text Example


Text Example

White with #0E7568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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