Html Css Color HEX #0F7C74 Pine Green

📋 copy color: '#0F7C74'

red 15 ◦ green 124 ◦ blue 116

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

Shades of Pine Green #0F7C74

Tints of Pine Green #0F7C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 45.49%

R = 5.88%
G = 48.63%
B = 45.49%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#0F7C74 (or 0x0F7C74) is known color: Pine Green. HEX triplet: 0F, 7C and 74. RGB value is (15,124,116). Sum of RGB (Red+Green+Blue) = 15+124+116=255 (33% of max value = 765). Red value is 15 (6.25% from 255 or 5.88% from 255); Green value is 124 (48.83% from 255 or 48.63% from 255); Blue value is 116 (45.70% from 255 or 45.49% from 255); Max value from RGB is 124 - color contains mainly: green. Hex color #0F7C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7C74 is #F0838B. Grayscale: #5A5A5A. Windows color (decimal): -15762316 or 7633935. OLE color: 7633935.

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

Color convert

RGB 15 124 116 -
CMYK 0.88 0 0.06 0.51
HSL 175.6º 0.78% 0.27% -
HSV(B) 175.6º 0.88% 0.49% -
XYZ 10.56 15.78 19.01 -
YUV 90.5 142.39 74.15 -
System Red Green Blue C M Y K H S L
Decimal 15 124 116 0.88 0 0.06 0.51 175.6 0.78 0.27
Hex F 7C 74 58 0 6 33 B0 4E 1B
Octal 17 174 164 130 0 6 63 260 116 33
Binary 1111 1111100 1110100 1011000 0 110 110011 10110000 1001110 11011

Color Harmonies of #0F7C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7C74

Black with #0F7C74

Text Example


Text Example

White with #0F7C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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