Html Css Color HEX #0F7C72 Pine Green

📋 copy color: '#0F7C72'

red 15 ◦ green 124 ◦ blue 114

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

Shades of Pine Green #0F7C72

Tints of Pine Green #0F7C72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.06%

R = 5.93%
G = 49.01%
B = 45.06%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.08

 K value IS 0.51

RGB Variations

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

Color information

#0F7C72 (or 0x0F7C72) is known color: Pine Green. HEX triplet: 0F, 7C and 72. RGB value is (15,124,114). Sum of RGB (Red+Green+Blue) = 15+124+114=253 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.93% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 114 (44.92% from 255 or 45.06% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #0F7C72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7C72 is #F0838D. Grayscale: #5A5A5A. Windows color (decimal): -15762318 or 7502863. OLE color: 7502863.

HSL color Cylindrical-coordinate representation of color #0F7C72: hue angle of 174.5º 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 #0F7C72 is Cyan = 0.88, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.51.

Color convert

RGB 15 124 114 -
CMYK 0.88 0 0.08 0.51
HSL 174.5º 0.78% 0.27% -
HSV(B) 174.5º 0.88% 0.49% -
XYZ 10.44 15.73 18.41 -
YUV 90.27 141.39 74.31 -
System Red Green Blue C M Y K H S L
Decimal 15 124 114 0.88 0 0.08 0.51 174.5 0.78 0.27
Hex F 7C 72 58 0 8 33 AE 4E 1B
Octal 17 174 162 130 0 10 63 256 116 33
Binary 1111 1111100 1110010 1011000 0 1000 110011 10101110 1001110 11011

Color Harmonies of #0F7C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7C72

Black with #0F7C72

Text Example


Text Example

White with #0F7C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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