Html Css Color HEX #0F7173 Pine Green

📋 copy color: '#0F7173'

red 15 ◦ green 113 ◦ blue 115

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

Shades of Pine Green #0F7173

Tints of Pine Green #0F7173

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.5%

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

R = 6.17%
G = 46.5%
B = 47.33%

CMYK

 C value IS 0.87

 M value IS 0.02

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0F7173 (or 0x0F7173) is known color: Pine Green. HEX triplet: 0F, 71 and 73. RGB value is (15,113,115). Sum of RGB (Red+Green+Blue) = 15+113+115=243 (32% of max value = 765). Red value is 15 (6.25% from 255 or 6.17% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #0F7173 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7173 is #F08E8C. Grayscale: #535353. Windows color (decimal): -15765133 or 7565583. OLE color: 7565583.

HSL color Cylindrical-coordinate representation of color #0F7173: hue angle of 181.2º degrees, saturation: 0.77, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7173 is Cyan = 0.87, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 15 113 115 -
CMYK 0.87 0.02 0 0.55
HSL 181.2º 0.77% 0.25% -
HSV(B) 181.2º 0.87% 0.45% -
XYZ 9.2 13.15 18.27 -
YUV 83.93 145.53 78.84 -
System Red Green Blue C M Y K H S L
Decimal 15 113 115 0.87 0.02 0 0.55 181.2 0.77 0.25
Hex F 71 73 57 2 0 37 B5 4D 19
Octal 17 161 163 127 2 0 67 265 115 31
Binary 1111 1110001 1110011 1010111 10 0 110111 10110101 1001101 11001

Color Harmonies of #0F7173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7173

Black with #0F7173

Text Example


Text Example

White with #0F7173

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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