Html Css Color HEX #0F774E Salem

📋 copy color: '#0F774E'

red 15 ◦ green 119 ◦ blue 78

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

Shades of Salem #0F774E

Tints of Salem #0F774E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 36.79%

R = 7.08%
G = 56.13%
B = 36.79%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#0F774E (or 0x0F774E) is known color: Salem. HEX triplet: 0F, 77 and 4E. RGB value is (15,119,78). Sum of RGB (Red+Green+Blue) = 15+119+78=212 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.08% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 78 (30.86% from 255 or 36.79% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #0F774E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0F774E is #F088B1. Grayscale: #535353. Windows color (decimal): -15763634 or 5142287. OLE color: 5142287.

HSL color Cylindrical-coordinate representation of color #0F774E: hue angle of 156.35º 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 #0F774E is Cyan = 0.87, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 15 119 78 -
CMYK 0.87 0 0.34 0.53
HSL 156.35º 0.78% 0.26% -
HSV(B) 156.35º 0.87% 0.47% -
XYZ 8.17 13.85 9.45 -
YUV 83.23 125.04 79.33 -
System Red Green Blue C M Y K H S L
Decimal 15 119 78 0.87 0 0.34 0.53 156.35 0.78 0.26
Hex F 77 4E 57 0 22 35 9C 4E 1A
Octal 17 167 116 127 0 42 65 234 116 32
Binary 1111 1110111 1001110 1010111 0 100010 110101 10011100 1001110 11010

Color Harmonies of #0F774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F774E

Black with #0F774E

Text Example


Text Example

White with #0F774E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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