Html Css Color HEX #0F7250 Salem

📋 copy color: '#0F7250'

red 15 ◦ green 114 ◦ blue 80

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

Shades of Salem #0F7250

Tints of Salem #0F7250

RGB

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

 GREEN value IS 114 (44.92% from 255) = 54.55%

 BLUE value IS 80 (31.64% from 255) = 38.28%

R = 7.18%
G = 54.55%
B = 38.28%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.30

 K value IS 0.55

RGB Variations

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

Color information

#0F7250 (or 0x0F7250) is known color: Salem. HEX triplet: 0F, 72 and 50. RGB value is (15,114,80). Sum of RGB (Red+Green+Blue) = 15+114+80=209 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.18% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 80 (31.64% from 255 or 38.28% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #0F7250 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7250 is #F08DAF. Grayscale: #505050. Windows color (decimal): -15764912 or 5272079. OLE color: 5272079.

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

Color convert

RGB 15 114 80 -
CMYK 0.87 0 0.30 0.55
HSL 159.39º 0.77% 0.25% -
HSV(B) 159.39º 0.87% 0.45% -
XYZ 7.66 12.72 9.64 -
YUV 80.52 127.7 81.26 -
System Red Green Blue C M Y K H S L
Decimal 15 114 80 0.87 0 0.30 0.55 159.39 0.77 0.25
Hex F 72 50 57 0 1E 37 9F 4D 19
Octal 17 162 120 127 0 36 67 237 115 31
Binary 1111 1110010 1010000 1010111 0 11110 110111 10011111 1001101 11001

Color Harmonies of #0F7250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7250

Black with #0F7250

Text Example


Text Example

White with #0F7250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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