Html Css Color HEX #0F764F Salem

📋 copy color: '#0F764F'

red 15 ◦ green 118 ◦ blue 79

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

Shades of Salem #0F764F

Tints of Salem #0F764F

RGB

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

 GREEN value IS 118 (46.48% from 255) = 55.66%

 BLUE value IS 79 (31.25% from 255) = 37.26%

R = 7.08%
G = 55.66%
B = 37.26%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.33

 K value IS 0.54

RGB Variations

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

Color information

#0F764F (or 0x0F764F) is known color: Salem. HEX triplet: 0F, 76 and 4F. RGB value is (15,118,79). Sum of RGB (Red+Green+Blue) = 15+118+79=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 79 (31.25% from 255 or 37.26% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #0F764F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F764F is #F089B0. Grayscale: #525252. Windows color (decimal): -15763889 or 5207567. OLE color: 5207567.

HSL color Cylindrical-coordinate representation of color #0F764F: hue angle of 157.28º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F764F is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.

Color convert

RGB 15 118 79 -
CMYK 0.87 0 0.33 0.54
HSL 157.28º 0.77% 0.26% -
HSV(B) 157.28º 0.87% 0.46% -
XYZ 8.09 13.62 9.6 -
YUV 82.76 125.88 79.67 -
System Red Green Blue C M Y K H S L
Decimal 15 118 79 0.87 0 0.33 0.54 157.28 0.77 0.26
Hex F 76 4F 57 0 21 36 9D 4D 1A
Octal 17 166 117 127 0 41 66 235 115 32
Binary 1111 1110110 1001111 1010111 0 100001 110110 10011101 1001101 11010

Color Harmonies of #0F764F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F764F

Black with #0F764F

Text Example


Text Example

White with #0F764F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,118,79); }

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

background-color css

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

 a { background-color: rgb(15,118,79); }

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

border-color css

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

 span { border-color: rgb(15,118,79); }

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