Html Css Color HEX #07824D Salem

📋 copy color: '#07824D'

red 7 ◦ green 130 ◦ blue 77

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

Shades of Salem #07824D

Tints of Salem #07824D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 60.75%

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

R = 3.27%
G = 60.75%
B = 35.98%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.41

 K value IS 0.49

RGB Variations

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

Color information

#07824D (or 0x07824D) is known color: Salem. HEX triplet: 07, 82 and 4D. RGB value is (7,130,77). Sum of RGB (Red+Green+Blue) = 7+130+77=214 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.27% from 214); Green value is 130 (51.17% from 255 or 60.75% from 214); Blue value is 77 (30.47% from 255 or 35.98% from 214); Max value from RGB is 130 - color contains mainly: green. Hex color #07824D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07824D is #F87DB2. Grayscale: #575757. Windows color (decimal): -16285107 or 5079559. OLE color: 5079559.

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

Color convert

RGB 7 130 77 -
CMYK 0.95 0 0.41 0.49
HSL 154.15º 0.9% 0.27% -
HSV(B) 154.15º 0.95% 0.51% -
XYZ 9.41 16.55 9.72 -
YUV 87.18 122.25 70.81 -
System Red Green Blue C M Y K H S L
Decimal 7 130 77 0.95 0 0.41 0.49 154.15 0.9 0.27
Hex 7 82 4D 5F 0 29 31 9A 5A 1B
Octal 7 202 115 137 0 51 61 232 132 33
Binary 111 10000010 1001101 1011111 0 101001 110001 10011010 1011010 11011

Color Harmonies of #07824D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07824D

Black with #07824D

Text Example


Text Example

White with #07824D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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