Html Css Color HEX #0F7973 Pine Green

📋 copy color: '#0F7973'

red 15 ◦ green 121 ◦ blue 115

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

Shades of Pine Green #0F7973

Tints of Pine Green #0F7973

RGB

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

 GREEN value IS 121 (47.66% from 255) = 48.21%

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

R = 5.98%
G = 48.21%
B = 45.82%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#0F7973 (or 0x0F7973) is known color: Pine Green. HEX triplet: 0F, 79 and 73. RGB value is (15,121,115). Sum of RGB (Red+Green+Blue) = 15+121+115=251 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.98% from 251); Green value is 121 (47.66% from 255 or 48.21% from 251); Blue value is 115 (45.31% from 255 or 45.82% from 251); Max value from RGB is 121 - color contains mainly: green. Hex color #0F7973 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7973 is #F0868C. Grayscale: #585858. Windows color (decimal): -15763085 or 7567631. OLE color: 7567631.

HSL color Cylindrical-coordinate representation of color #0F7973: hue angle of 176.6º degrees, saturation: 0.78, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0F7973 is Cyan = 0.88, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 121 115 -
CMYK 0.88 0 0.05 0.53
HSL 176.6º 0.78% 0.27% -
HSV(B) 176.6º 0.88% 0.47% -
XYZ 10.13 15.01 18.58 -
YUV 88.62 142.88 75.49 -
System Red Green Blue C M Y K H S L
Decimal 15 121 115 0.88 0 0.05 0.53 176.6 0.78 0.27
Hex F 79 73 58 0 5 35 B1 4E 1B
Octal 17 171 163 130 0 5 65 261 116 33
Binary 1111 1111001 1110011 1011000 0 101 110101 10110001 1001110 11011

Color Harmonies of #0F7973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7973

Black with #0F7973

Text Example


Text Example

White with #0F7973

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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