Html Css Color HEX #07894B Salem

📋 copy color: '#07894B'

red 7 ◦ green 137 ◦ blue 75

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

Shades of Salem #07894B

Tints of Salem #07894B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.25%

R = 3.2%
G = 62.56%
B = 34.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.45

 K value IS 0.46

RGB Variations

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

Color information

#07894B (or 0x07894B) is known color: Salem. HEX triplet: 07, 89 and 4B. RGB value is (7,137,75). Sum of RGB (Red+Green+Blue) = 7+137+75=219 (29% of max value = 765). Red value is 7 (3.12% from 255 or 3.20% from 219); Green value is 137 (53.91% from 255 or 62.56% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 137 - color contains mainly: green. Hex color #07894B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07894B is #F876B4. Grayscale: #5B5B5B. Windows color (decimal): -16283317 or 4950279. OLE color: 4950279.

HSL color Cylindrical-coordinate representation of color #07894B: hue angle of 151.38º 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 #07894B is Cyan = 0.95, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 137 75 -
CMYK 0.95 0 0.45 0.46
HSL 151.38º 0.9% 0.28% -
HSV(B) 151.38º 0.95% 0.54% -
XYZ 10.3 18.44 9.67 -
YUV 91.06 118.93 68.04 -
System Red Green Blue C M Y K H S L
Decimal 7 137 75 0.95 0 0.45 0.46 151.38 0.9 0.28
Hex 7 89 4B 5F 0 2D 2E 97 5A 1C
Octal 7 211 113 137 0 55 56 227 132 34
Binary 111 10001001 1001011 1011111 0 101101 101110 10010111 1011010 11100

Color Harmonies of #07894B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07894B

Black with #07894B

Text Example


Text Example

White with #07894B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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