Html Css Color HEX #0F7A6E Pine Green

📋 copy color: '#0F7A6E'

red 15 ◦ green 122 ◦ blue 110

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

Shades of Pine Green #0F7A6E

Tints of Pine Green #0F7A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 49.39%

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

R = 6.07%
G = 49.39%
B = 44.53%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#0F7A6E (or 0x0F7A6E) is known color: Pine Green. HEX triplet: 0F, 7A and 6E. RGB value is (15,122,110). Sum of RGB (Red+Green+Blue) = 15+122+110=247 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.07% from 247); Green value is 122 (48.05% from 255 or 49.39% from 247); Blue value is 110 (43.36% from 255 or 44.53% from 247); Max value from RGB is 122 - color contains mainly: green. Hex color #0F7A6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7A6E is #F08591. Grayscale: #585858. Windows color (decimal): -15762834 or 7240207. OLE color: 7240207.

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

Color convert

RGB 15 122 110 -
CMYK 0.88 0 0.10 0.52
HSL 173.27º 0.78% 0.27% -
HSV(B) 173.27º 0.88% 0.48% -
XYZ 9.97 15.15 17.15 -
YUV 88.64 140.05 75.48 -
System Red Green Blue C M Y K H S L
Decimal 15 122 110 0.88 0 0.10 0.52 173.27 0.78 0.27
Hex F 7A 6E 58 0 A 34 AD 4E 1B
Octal 17 172 156 130 0 12 64 255 116 33
Binary 1111 1111010 1101110 1011000 0 1010 110100 10101101 1001110 11011

Color Harmonies of #0F7A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7A6E

Black with #0F7A6E

Text Example


Text Example

White with #0F7A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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