Html Css Color HEX #0F8475 Pine Green

📋 copy color: '#0F8475'

red 15 ◦ green 132 ◦ blue 117

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

Shades of Pine Green #0F8475

Tints of Pine Green #0F8475

RGB

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

 GREEN value IS 132 (51.95% from 255) = 50%

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 5.68%
G = 50%
B = 44.32%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.11

 K value IS 0.48

RGB Variations

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

Color information

#0F8475 (or 0x0F8475) is known color: Pine Green. HEX triplet: 0F, 84 and 75. RGB value is (15,132,117). Sum of RGB (Red+Green+Blue) = 15+132+117=264 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.68% from 264); Green value is 132 (51.95% from 255 or 50% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 132 - color contains mainly: green. Hex color #0F8475 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F8475 is #F07B8A. Grayscale: #5F5F5F. Windows color (decimal): -15760267 or 7701519. OLE color: 7701519.

HSL color Cylindrical-coordinate representation of color #0F8475: hue angle of 172.31º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0F8475 is Cyan = 0.89, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB 15 132 117 -
CMYK 0.89 0 0.11 0.48
HSL 172.31º 0.8% 0.29% -
HSV(B) 172.31º 0.89% 0.52% -
XYZ 11.66 17.89 19.67 -
YUV 95.31 140.24 70.72 -
System Red Green Blue C M Y K H S L
Decimal 15 132 117 0.89 0 0.11 0.48 172.31 0.8 0.29
Hex F 84 75 59 0 B 30 AC 50 1D
Octal 17 204 165 131 0 13 60 254 120 35
Binary 1111 10000100 1110101 1011001 0 1011 110000 10101100 1010000 11101

Color Harmonies of #0F8475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F8475

Black with #0F8475

Text Example


Text Example

White with #0F8475

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,132,117); }

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

background-color css

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

 a { background-color: rgb(15,132,117); }

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

border-color css

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

 span { border-color: rgb(15,132,117); }

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