Html Css Color HEX #0F716C Pine Green

📋 copy color: '#0F716C'

red 15 ◦ green 113 ◦ blue 108

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

Shades of Pine Green #0F716C

Tints of Pine Green #0F716C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 45.76%

R = 6.36%
G = 47.88%
B = 45.76%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#0F716C (or 0x0F716C) is known color: Pine Green. HEX triplet: 0F, 71 and 6C. RGB value is (15,113,108). Sum of RGB (Red+Green+Blue) = 15+113+108=236 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.36% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 108 (42.58% from 255 or 45.76% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #0F716C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F716C is #F08E93. Grayscale: #535353. Windows color (decimal): -15765140 or 7106831. OLE color: 7106831.

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

Color convert

RGB 15 113 108 -
CMYK 0.87 0 0.04 0.56
HSL 176.94º 0.77% 0.25% -
HSV(B) 176.94º 0.87% 0.44% -
XYZ 8.81 12.99 16.23 -
YUV 83.13 142.03 79.41 -
System Red Green Blue C M Y K H S L
Decimal 15 113 108 0.87 0 0.04 0.56 176.94 0.77 0.25
Hex F 71 6C 57 0 4 38 B1 4D 19
Octal 17 161 154 127 0 4 70 261 115 31
Binary 1111 1110001 1101100 1010111 0 100 111000 10110001 1001101 11001

Color Harmonies of #0F716C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F716C

Black with #0F716C

Text Example


Text Example

White with #0F716C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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