Html Css Color HEX #0E7B72 Pine Green

📋 copy color: '#0E7B72'

red 14 ◦ green 123 ◦ blue 114

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

Shades of Pine Green #0E7B72

Tints of Pine Green #0E7B72

RGB

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

 GREEN value IS 123 (48.44% from 255) = 49%

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

R = 5.58%
G = 49%
B = 45.42%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#0E7B72 (or 0x0E7B72) is known color: Pine Green. HEX triplet: 0E, 7B and 72. RGB value is (14,123,114). Sum of RGB (Red+Green+Blue) = 14+123+114=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 123 (48.44% from 255 or 49.00% from 251); Blue value is 114 (44.92% from 255 or 45.42% from 251); Max value from RGB is 123 - color contains mainly: green. Hex color #0E7B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0E7B72 is #F1848D. Grayscale: #595959. Windows color (decimal): -15828110 or 7502606. OLE color: 7502606.

HSL color Cylindrical-coordinate representation of color #0E7B72: hue angle of 175.05º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7B72 is Cyan = 0.89, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 14 123 114 -
CMYK 0.89 0 0.07 0.52
HSL 175.05º 0.8% 0.27% -
HSV(B) 175.05º 0.89% 0.48% -
XYZ 10.3 15.47 18.36 -
YUV 89.38 141.89 74.23 -
System Red Green Blue C M Y K H S L
Decimal 14 123 114 0.89 0 0.07 0.52 175.05 0.8 0.27
Hex E 7B 72 59 0 7 34 AF 50 1B
Octal 16 173 162 131 0 7 64 257 120 33
Binary 1110 1111011 1110010 1011001 0 111 110100 10101111 1010000 11011

Color Harmonies of #0E7B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7B72

Black with #0E7B72

Text Example


Text Example

White with #0E7B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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