Html Css Color HEX #0F706E Pine Green

📋 copy color: '#0F706E'

red 15 ◦ green 112 ◦ blue 110

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

Shades of Pine Green #0F706E

Tints of Pine Green #0F706E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 47.26%

 BLUE value IS 110 (43.36% from 255) = 46.41%

R = 6.33%
G = 47.26%
B = 46.41%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#0F706E (or 0x0F706E) is known color: Pine Green. HEX triplet: 0F, 70 and 6E. RGB value is (15,112,110). Sum of RGB (Red+Green+Blue) = 15+112+110=237 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.33% from 237); Green value is 112 (44.14% from 255 or 47.26% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 112 - color contains mainly: green. Hex color #0F706E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F706E is #F08F91. Grayscale: #525252. Windows color (decimal): -15765394 or 7237647. OLE color: 7237647.

HSL color Cylindrical-coordinate representation of color #0F706E: hue angle of 178.76º degrees, saturation: 0.76, 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 #0F706E is Cyan = 0.87, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 15 112 110 -
CMYK 0.87 0 0.02 0.56
HSL 178.76º 0.76% 0.25% -
HSV(B) 178.76º 0.87% 0.44% -
XYZ 8.81 12.82 16.76 -
YUV 82.77 143.36 79.66 -
System Red Green Blue C M Y K H S L
Decimal 15 112 110 0.87 0 0.02 0.56 178.76 0.76 0.25
Hex F 70 6E 57 0 2 38 B3 4C 19
Octal 17 160 156 127 0 2 70 263 114 31
Binary 1111 1110000 1101110 1010111 0 10 111000 10110011 1001100 11001

Color Harmonies of #0F706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F706E

Black with #0F706E

Text Example


Text Example

White with #0F706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,112,110); }

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

background-color css

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

 a { background-color: rgb(15,112,110); }

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

border-color css

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

 span { border-color: rgb(15,112,110); }

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