Html Css Color HEX #078141 Salem

📋 copy color: '#078141'

red 7 ◦ green 129 ◦ blue 65

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

Shades of Salem #078141

Tints of Salem #078141

RGB

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

 GREEN value IS 129 (50.78% from 255) = 64.18%

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

R = 3.48%
G = 64.18%
B = 32.34%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#078141 (or 0x078141) is known color: Salem. HEX triplet: 07, 81 and 41. RGB value is (7,129,65). Sum of RGB (Red+Green+Blue) = 7+129+65=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 129 (50.78% from 255 or 64.18% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 129 - color contains mainly: green. Hex color #078141 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #078141 is #F87EBE. Grayscale: #555555. Windows color (decimal): -16285375 or 4292871. OLE color: 4292871.

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

Color convert

RGB 7 129 65 -
CMYK 0.95 0 0.50 0.49
HSL 148.52º 0.9% 0.27% -
HSV(B) 148.52º 0.95% 0.51% -
XYZ 8.89 16.13 7.65 -
YUV 85.23 116.58 72.2 -
System Red Green Blue C M Y K H S L
Decimal 7 129 65 0.95 0 0.50 0.49 148.52 0.9 0.27
Hex 7 81 41 5F 0 32 31 95 5A 1B
Octal 7 201 101 137 0 62 61 225 132 33
Binary 111 10000001 1000001 1011111 0 110010 110001 10010101 1011010 11011

Color Harmonies of #078141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #078141

Black with #078141

Text Example


Text Example

White with #078141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #078141; }

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

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

background-color css

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

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

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

border-color css

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

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

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