Html Css Color HEX #0F7F73 Pine Green

📋 copy color: '#0F7F73'

red 15 ◦ green 127 ◦ blue 115

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

Shades of Pine Green #0F7F73

Tints of Pine Green #0F7F73

RGB

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

 GREEN value IS 127 (50% from 255) = 49.42%

 BLUE value IS 115 (45.31% from 255) = 44.75%

R = 5.84%
G = 49.42%
B = 44.75%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.09

 K value IS 0.50

RGB Variations

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

Color information

#0F7F73 (or 0x0F7F73) is known color: Pine Green. HEX triplet: 0F, 7F and 73. RGB value is (15,127,115). Sum of RGB (Red+Green+Blue) = 15+127+115=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 127 (50% from 255 or 49.42% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 127 - color contains mainly: green. Hex color #0F7F73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7F73 is #F0808C. Grayscale: #5C5C5C. Windows color (decimal): -15761549 or 7569167. OLE color: 7569167.

HSL color Cylindrical-coordinate representation of color #0F7F73: hue angle of 173.57º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7F73 is Cyan = 0.88, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.50.

Color convert

RGB 15 127 115 -
CMYK 0.88 0 0.09 0.50
HSL 173.57º 0.79% 0.28% -
HSV(B) 173.57º 0.88% 0.5% -
XYZ 10.88 16.52 18.83 -
YUV 92.14 140.89 72.98 -
System Red Green Blue C M Y K H S L
Decimal 15 127 115 0.88 0 0.09 0.50 173.57 0.79 0.28
Hex F 7F 73 58 0 9 32 AE 4F 1C
Octal 17 177 163 130 0 11 62 256 117 34
Binary 1111 1111111 1110011 1011000 0 1001 110010 10101110 1001111 11100

Color Harmonies of #0F7F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7F73

Black with #0F7F73

Text Example


Text Example

White with #0F7F73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,127,115); }

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

background-color css

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

 a { background-color: rgb(15,127,115); }

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

border-color css

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

 span { border-color: rgb(15,127,115); }

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