Html Css Color HEX #0F8173 Pine Green

📋 copy color: '#0F8173'

red 15 ◦ green 129 ◦ blue 115

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

Shades of Pine Green #0F8173

Tints of Pine Green #0F8173

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.81%

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

R = 5.79%
G = 49.81%
B = 44.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#0F8173 (or 0x0F8173) is known color: Pine Green. HEX triplet: 0F, 81 and 73. RGB value is (15,129,115). Sum of RGB (Red+Green+Blue) = 15+129+115=259 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.79% from 259); Green value is 129 (50.78% from 255 or 49.81% from 259); Blue value is 115 (45.31% from 255 or 44.40% from 259); Max value from RGB is 129 - color contains mainly: green. Hex color #0F8173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8173 is #F07E8C. Grayscale: #5D5D5D. Windows color (decimal): -15761037 or 7569679. OLE color: 7569679.

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

Color convert

RGB 15 129 115 -
CMYK 0.88 0 0.11 0.49
HSL 172.63º 0.79% 0.28% -
HSV(B) 172.63º 0.88% 0.51% -
XYZ 11.14 17.04 18.92 -
YUV 93.32 140.23 72.14 -
System Red Green Blue C M Y K H S L
Decimal 15 129 115 0.88 0 0.11 0.49 172.63 0.79 0.28
Hex F 81 73 58 0 B 31 AD 4F 1C
Octal 17 201 163 130 0 13 61 255 117 34
Binary 1111 10000001 1110011 1011000 0 1011 110001 10101101 1001111 11100

Color Harmonies of #0F8173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8173

Black with #0F8173

Text Example


Text Example

White with #0F8173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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