Html Css Color HEX #0E7972 Pine Green

📋 copy color: '#0E7972'

red 14 ◦ green 121 ◦ blue 114

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

Shades of Pine Green #0E7972

Tints of Pine Green #0E7972

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.59%

 BLUE value IS 114 (44.92% from 255) = 45.78%

R = 5.62%
G = 48.59%
B = 45.78%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#0E7972 (or 0x0E7972) is known color: Pine Green. HEX triplet: 0E, 79 and 72. RGB value is (14,121,114). Sum of RGB (Red+Green+Blue) = 14+121+114=249 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.62% from 249); Green value is 121 (47.66% from 255 or 48.59% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 121 - color contains mainly: green. Hex color #0E7972 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7972 is #F1868D. Grayscale: #585858. Windows color (decimal): -15828622 or 7502094. OLE color: 7502094.

HSL color Cylindrical-coordinate representation of color #0E7972: hue angle of 176.07º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7972 is Cyan = 0.88, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 14 121 114 -
CMYK 0.88 0 0.06 0.53
HSL 176.07º 0.79% 0.26% -
HSV(B) 176.07º 0.88% 0.47% -
XYZ 10.06 14.98 18.28 -
YUV 88.21 142.55 75.07 -
System Red Green Blue C M Y K H S L
Decimal 14 121 114 0.88 0 0.06 0.53 176.07 0.79 0.26
Hex E 79 72 58 0 6 35 B0 4F 1A
Octal 16 171 162 130 0 6 65 260 117 32
Binary 1110 1111001 1110010 1011000 0 110 110101 10110000 1001111 11010

Color Harmonies of #0E7972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7972

Black with #0E7972

Text Example


Text Example

White with #0E7972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,121,114); }

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

background-color css

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

 a { background-color: rgb(14,121,114); }

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

border-color css

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

 span { border-color: rgb(14,121,114); }

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