Html Css Color HEX #07844D Salem

📋 copy color: '#07844D'

red 7 ◦ green 132 ◦ blue 77

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

Shades of Salem #07844D

Tints of Salem #07844D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 61.11%

 BLUE value IS 77 (30.47% from 255) = 35.65%

R = 3.24%
G = 61.11%
B = 35.65%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.42

 K value IS 0.48

RGB Variations

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

Color information

#07844D (or 0x07844D) is known color: Salem. HEX triplet: 07, 84 and 4D. RGB value is (7,132,77). Sum of RGB (Red+Green+Blue) = 7+132+77=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 132 (51.95% from 255 or 61.11% from 216); Blue value is 77 (30.47% from 255 or 35.65% from 216); Max value from RGB is 132 - color contains mainly: green. Hex color #07844D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07844D is #F87BB2. Grayscale: #585858. Windows color (decimal): -16284595 or 5080071. OLE color: 5080071.

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

Color convert

RGB 7 132 77 -
CMYK 0.95 0 0.42 0.48
HSL 153.6º 0.9% 0.27% -
HSV(B) 153.6º 0.95% 0.52% -
XYZ 9.68 17.08 9.81 -
YUV 88.36 121.59 69.97 -
System Red Green Blue C M Y K H S L
Decimal 7 132 77 0.95 0 0.42 0.48 153.6 0.9 0.27
Hex 7 84 4D 5F 0 2A 30 9A 5A 1B
Octal 7 204 115 137 0 52 60 232 132 33
Binary 111 10000100 1001101 1011111 0 101010 110000 10011010 1011010 11011

Color Harmonies of #07844D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07844D

Black with #07844D

Text Example


Text Example

White with #07844D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07844D; }

 p { color: rgb(7,132,77); }

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

background-color css

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

 a { background-color: rgb(7,132,77); }

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

border-color css

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

 span { border-color: rgb(7,132,77); }

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