Html Css Color HEX #0F7C6F Pine Green

📋 copy color: '#0F7C6F'

red 15 ◦ green 124 ◦ blue 111

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

Shades of Pine Green #0F7C6F

Tints of Pine Green #0F7C6F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 49.6%

 BLUE value IS 111 (43.75% from 255) = 44.4%

R = 6%
G = 49.6%
B = 44.4%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#0F7C6F (or 0x0F7C6F) is known color: Pine Green. HEX triplet: 0F, 7C and 6F. RGB value is (15,124,111). Sum of RGB (Red+Green+Blue) = 15+124+111=250 (33% of max value = 765). Red value is 15 (6.25% from 255 or 6% from 250); Green value is 124 (48.83% from 255 or 49.6% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 124 - color contains mainly: green. Hex color #0F7C6F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7C6F is #F08390. Grayscale: #595959. Windows color (decimal): -15762321 or 7306255. OLE color: 7306255.

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

Color convert

RGB 15 124 111 -
CMYK 0.88 0 0.10 0.51
HSL 172.84º 0.78% 0.27% -
HSV(B) 172.84º 0.88% 0.49% -
XYZ 10.27 15.66 17.52 -
YUV 89.93 139.89 74.56 -
System Red Green Blue C M Y K H S L
Decimal 15 124 111 0.88 0 0.10 0.51 172.84 0.78 0.27
Hex F 7C 6F 58 0 A 33 AD 4E 1B
Octal 17 174 157 130 0 12 63 255 116 33
Binary 1111 1111100 1101111 1011000 0 1010 110011 10101101 1001110 11011

Color Harmonies of #0F7C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7C6F

Black with #0F7C6F

Text Example


Text Example

White with #0F7C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,124,111); }

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

background-color css

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

 a { background-color: rgb(15,124,111); }

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

border-color css

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

 span { border-color: rgb(15,124,111); }

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