Html Css Color HEX #078553 Salem

📋 copy color: '#078553'

red 7 ◦ green 133 ◦ blue 83

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

Shades of Salem #078553

Tints of Salem #078553

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 37.22%

R = 3.14%
G = 59.64%
B = 37.22%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#078553 (or 0x078553) is known color: Salem. HEX triplet: 07, 85 and 53. RGB value is (7,133,83). Sum of RGB (Red+Green+Blue) = 7+133+83=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 133 (52.34% from 255 or 59.64% from 223); Blue value is 83 (32.81% from 255 or 37.22% from 223); Max value from RGB is 133 - color contains mainly: green. Hex color #078553 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078553 is #F87AAC. Grayscale: #595959. Windows color (decimal): -16284333 or 5473543. OLE color: 5473543.

HSL color Cylindrical-coordinate representation of color #078553: hue angle of 156.19º 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 #078553 is Cyan = 0.95, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 7 133 83 -
CMYK 0.95 0 0.38 0.48
HSL 156.19º 0.9% 0.27% -
HSV(B) 156.19º 0.95% 0.52% -
XYZ 10.04 17.44 11.02 -
YUV 89.63 124.26 69.07 -
System Red Green Blue C M Y K H S L
Decimal 7 133 83 0.95 0 0.38 0.48 156.19 0.9 0.27
Hex 7 85 53 5F 0 26 30 9C 5A 1B
Octal 7 205 123 137 0 46 60 234 132 33
Binary 111 10000101 1010011 1011111 0 100110 110000 10011100 1011010 11011

Color Harmonies of #078553

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078553

Black with #078553

Text Example


Text Example

White with #078553

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078553; }

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

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

background-color css

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

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

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

border-color css

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

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

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