Html Css Color HEX #078541 Salem

📋 copy color: '#078541'

red 7 ◦ green 133 ◦ blue 65

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

Shades of Salem #078541

Tints of Salem #078541

RGB

 RED value IS 7 (3.13% from 255) = 3.41%

 GREEN value IS 133 (52.34% from 255) = 64.88%

 BLUE value IS 65 (25.78% from 255) = 31.71%

R = 3.41%
G = 64.88%
B = 31.71%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.51

 K value IS 0.48

RGB Variations

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

Color information

#078541 (or 0x078541) is known color: Salem. HEX triplet: 07, 85 and 41. RGB value is (7,133,65). Sum of RGB (Red+Green+Blue) = 7+133+65=205 (27% of max value = 765). Red value is 7 (3.12% from 255 or 3.41% from 205); Green value is 133 (52.34% from 255 or 64.88% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 133 - color contains mainly: green. Hex color #078541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078541 is #F87ABE. Grayscale: #575757. Windows color (decimal): -16284351 or 4293895. OLE color: 4293895.

HSL color Cylindrical-coordinate representation of color #078541: hue angle of 147.62º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078541 is Cyan = 0.95, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 133 65 -
CMYK 0.95 0 0.51 0.48
HSL 147.62º 0.9% 0.27% -
HSV(B) 147.62º 0.95% 0.52% -
XYZ 9.43 17.2 7.82 -
YUV 87.57 115.26 70.53 -
System Red Green Blue C M Y K H S L
Decimal 7 133 65 0.95 0 0.51 0.48 147.62 0.9 0.27
Hex 7 85 41 5F 0 33 30 94 5A 1B
Octal 7 205 101 137 0 63 60 224 132 33
Binary 111 10000101 1000001 1011111 0 110011 110000 10010100 1011010 11011

Color Harmonies of #078541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078541

Black with #078541

Text Example


Text Example

White with #078541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078541; }

 p { color: rgb(7,133,65); }

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

background-color css

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

 a { background-color: rgb(7,133,65); }

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

border-color css

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

 span { border-color: rgb(7,133,65); }

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