Html Css Color HEX #0F8073 Pine Green

📋 copy color: '#0F8073'

red 15 ◦ green 128 ◦ blue 115

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

Shades of Pine Green #0F8073

Tints of Pine Green #0F8073

RGB

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

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

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

R = 5.81%
G = 49.61%
B = 44.57%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.50

RGB Variations

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

Color information

#0F8073 (or 0x0F8073) is known color: Pine Green. HEX triplet: 0F, 80 and 73. RGB value is (15,128,115). Sum of RGB (Red+Green+Blue) = 15+128+115=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 128 (50.39% from 255 or 49.61% from 258); Blue value is 115 (45.31% from 255 or 44.57% from 258); Max value from RGB is 128 - color contains mainly: green. Hex color #0F8073 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8073 is #F07F8C. Grayscale: #5C5C5C. Windows color (decimal): -15761293 or 7569423. OLE color: 7569423.

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

Color convert

RGB 15 128 115 -
CMYK 0.88 0 0.10 0.50
HSL 173.1º 0.79% 0.28% -
HSV(B) 173.1º 0.88% 0.5% -
XYZ 11.01 16.78 18.88 -
YUV 92.73 140.56 72.56 -
System Red Green Blue C M Y K H S L
Decimal 15 128 115 0.88 0 0.10 0.50 173.1 0.79 0.28
Hex F 80 73 58 0 A 32 AD 4F 1C
Octal 17 200 163 130 0 12 62 255 117 34
Binary 1111 10000000 1110011 1011000 0 1010 110010 10101101 1001111 11100

Color Harmonies of #0F8073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8073

Black with #0F8073

Text Example


Text Example

White with #0F8073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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