Html Css Color HEX #07894D Salem

📋 copy color: '#07894D'

red 7 ◦ green 137 ◦ blue 77

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

Shades of Salem #07894D

Tints of Salem #07894D

RGB

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

 GREEN value IS 137 (53.91% from 255) = 61.99%

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

R = 3.17%
G = 61.99%
B = 34.84%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.46

RGB Variations

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

Color information

#07894D (or 0x07894D) is known color: Salem. HEX triplet: 07, 89 and 4D. RGB value is (7,137,77). Sum of RGB (Red+Green+Blue) = 7+137+77=221 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.17% from 221); Green value is 137 (53.91% from 255 or 61.99% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 137 - color contains mainly: green. Hex color #07894D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07894D is #F876B2. Grayscale: #5B5B5B. Windows color (decimal): -16283315 or 5081351. OLE color: 5081351.

HSL color Cylindrical-coordinate representation of color #07894D: hue angle of 152.31º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #07894D is Cyan = 0.95, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 137 77 -
CMYK 0.95 0 0.44 0.46
HSL 152.31º 0.9% 0.28% -
HSV(B) 152.31º 0.95% 0.54% -
XYZ 10.37 18.47 10.04 -
YUV 91.29 119.93 67.88 -
System Red Green Blue C M Y K H S L
Decimal 7 137 77 0.95 0 0.44 0.46 152.31 0.9 0.28
Hex 7 89 4D 5F 0 2C 2E 98 5A 1C
Octal 7 211 115 137 0 54 56 230 132 34
Binary 111 10001001 1001101 1011111 0 101100 101110 10011000 1011010 11100

Color Harmonies of #07894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07894D

Black with #07894D

Text Example


Text Example

White with #07894D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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