Html Css Color HEX #0F8072 Pine Green

📋 copy color: '#0F8072'

red 15 ◦ green 128 ◦ blue 114

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

Shades of Pine Green #0F8072

Tints of Pine Green #0F8072

RGB

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

 GREEN value IS 128 (50.39% from 255) = 49.81%

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

R = 5.84%
G = 49.81%
B = 44.36%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.50

RGB Variations

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

Color information

#0F8072 (or 0x0F8072) is known color: Pine Green. HEX triplet: 0F, 80 and 72. RGB value is (15,128,114). Sum of RGB (Red+Green+Blue) = 15+128+114=257 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.84% from 257); Green value is 128 (50.39% from 255 or 49.81% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 128 - color contains mainly: green. Hex color #0F8072 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8072 is #F07F8D. Grayscale: #5C5C5C. Windows color (decimal): -15761294 or 7503887. OLE color: 7503887.

HSL color Cylindrical-coordinate representation of color #0F8072: hue angle of 172.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 #0F8072 is Cyan = 0.88, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.50.

Color convert

RGB 15 128 114 -
CMYK 0.88 0 0.11 0.50
HSL 172.57º 0.79% 0.28% -
HSV(B) 172.57º 0.88% 0.5% -
XYZ 10.95 16.75 18.58 -
YUV 92.62 140.06 72.64 -
System Red Green Blue C M Y K H S L
Decimal 15 128 114 0.88 0 0.11 0.50 172.57 0.79 0.28
Hex F 80 72 58 0 B 32 AD 4F 1C
Octal 17 200 162 130 0 13 62 255 117 34
Binary 1111 10000000 1110010 1011000 0 1011 110010 10101101 1001111 11100

Color Harmonies of #0F8072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8072

Black with #0F8072

Text Example


Text Example

White with #0F8072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,128,114); }

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

background-color css

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

 a { background-color: rgb(15,128,114); }

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

border-color css

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

 span { border-color: rgb(15,128,114); }

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