Html Css Color HEX #0F7752 Salem

📋 copy color: '#0F7752'

red 15 ◦ green 119 ◦ blue 82

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

Shades of Salem #0F7752

Tints of Salem #0F7752

RGB

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

 GREEN value IS 119 (46.88% from 255) = 55.09%

 BLUE value IS 82 (32.42% from 255) = 37.96%

R = 6.94%
G = 55.09%
B = 37.96%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#0F7752 (or 0x0F7752) is known color: Salem. HEX triplet: 0F, 77 and 52. RGB value is (15,119,82). Sum of RGB (Red+Green+Blue) = 15+119+82=216 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.94% from 216); Green value is 119 (46.88% from 255 or 55.09% from 216); Blue value is 82 (32.42% from 255 or 37.96% from 216); Max value from RGB is 119 - color contains mainly: green. Hex color #0F7752 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F7752 is #F088AD. Grayscale: #535353. Windows color (decimal): -15763630 or 5404431. OLE color: 5404431.

HSL color Cylindrical-coordinate representation of color #0F7752: hue angle of 158.65º degrees, saturation: 0.78, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7752 is Cyan = 0.87, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 119 82 -
CMYK 0.87 0 0.31 0.53
HSL 158.65º 0.78% 0.26% -
HSV(B) 158.65º 0.87% 0.47% -
XYZ 8.32 13.9 10.23 -
YUV 83.69 127.04 79.01 -
System Red Green Blue C M Y K H S L
Decimal 15 119 82 0.87 0 0.31 0.53 158.65 0.78 0.26
Hex F 77 52 57 0 1F 35 9F 4E 1A
Octal 17 167 122 127 0 37 65 237 116 32
Binary 1111 1110111 1010010 1010111 0 11111 110101 10011111 1001110 11010

Color Harmonies of #0F7752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7752

Black with #0F7752

Text Example


Text Example

White with #0F7752

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,119,82); }

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

background-color css

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

 a { background-color: rgb(15,119,82); }

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

border-color css

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

 span { border-color: rgb(15,119,82); }

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