Html Css Color HEX #078652 Salem

📋 copy color: '#078652'

red 7 ◦ green 134 ◦ blue 82

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

Shades of Salem #078652

Tints of Salem #078652

RGB

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

 GREEN value IS 134 (52.73% from 255) = 60.09%

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

R = 3.14%
G = 60.09%
B = 36.77%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.39

 K value IS 0.47

RGB Variations

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

Color information

#078652 (or 0x078652) is known color: Salem. HEX triplet: 07, 86 and 52. RGB value is (7,134,82). Sum of RGB (Red+Green+Blue) = 7+134+82=223 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.14% from 223); Green value is 134 (52.73% from 255 or 60.09% from 223); Blue value is 82 (32.42% from 255 or 36.77% from 223); Max value from RGB is 134 - color contains mainly: green. Hex color #078652 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #078652 is #F879AD. Grayscale: #5A5A5A. Windows color (decimal): -16284078 or 5408263. OLE color: 5408263.

HSL color Cylindrical-coordinate representation of color #078652: hue angle of 155.43º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #078652 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 134 82 -
CMYK 0.95 0 0.39 0.47
HSL 155.43º 0.9% 0.28% -
HSV(B) 155.43º 0.95% 0.53% -
XYZ 10.14 17.7 10.87 -
YUV 90.1 123.42 68.73 -
System Red Green Blue C M Y K H S L
Decimal 7 134 82 0.95 0 0.39 0.47 155.43 0.9 0.28
Hex 7 86 52 5F 0 27 2F 9B 5A 1C
Octal 7 206 122 137 0 47 57 233 132 34
Binary 111 10000110 1010010 1011111 0 100111 101111 10011011 1011010 11100

Color Harmonies of #078652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078652

Black with #078652

Text Example


Text Example

White with #078652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078652; }

 p { color: rgb(7,134,82); }

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

background-color css

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

 a { background-color: rgb(7,134,82); }

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

border-color css

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

 span { border-color: rgb(7,134,82); }

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