Html Css Color HEX #0F796E Pine Green

📋 copy color: '#0F796E'

red 15 ◦ green 121 ◦ blue 110

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

Shades of Pine Green #0F796E

Tints of Pine Green #0F796E

RGB

 RED value IS 15 (6.25% from 255) = 6.1%

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

 BLUE value IS 110 (43.36% from 255) = 44.72%

R = 6.1%
G = 49.19%
B = 44.72%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#0F796E (or 0x0F796E) is known color: Pine Green. HEX triplet: 0F, 79 and 6E. RGB value is (15,121,110). Sum of RGB (Red+Green+Blue) = 15+121+110=246 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.10% from 246); Green value is 121 (47.66% from 255 or 49.19% from 246); Blue value is 110 (43.36% from 255 or 44.72% from 246); Max value from RGB is 121 - color contains mainly: green. Hex color #0F796E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F796E is #F08691. Grayscale: #575757. Windows color (decimal): -15763090 or 7239951. OLE color: 7239951.

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

Color convert

RGB 15 121 110 -
CMYK 0.88 0 0.09 0.53
HSL 173.77º 0.78% 0.27% -
HSV(B) 173.77º 0.88% 0.47% -
XYZ 9.85 14.9 17.11 -
YUV 88.05 140.38 75.89 -
System Red Green Blue C M Y K H S L
Decimal 15 121 110 0.88 0 0.09 0.53 173.77 0.78 0.27
Hex F 79 6E 58 0 9 35 AE 4E 1B
Octal 17 171 156 130 0 11 65 256 116 33
Binary 1111 1111001 1101110 1011000 0 1001 110101 10101110 1001110 11011

Color Harmonies of #0F796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F796E

Black with #0F796E

Text Example


Text Example

White with #0F796E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,121,110); }

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

background-color css

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

 a { background-color: rgb(15,121,110); }

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

border-color css

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

 span { border-color: rgb(15,121,110); }

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