Html Css Color HEX #07864D Salem

📋 copy color: '#07864D'

red 7 ◦ green 134 ◦ blue 77

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

Shades of Salem #07864D

Tints of Salem #07864D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 61.47%

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

R = 3.21%
G = 61.47%
B = 35.32%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#07864D (or 0x07864D) is known color: Salem. HEX triplet: 07, 86 and 4D. RGB value is (7,134,77). Sum of RGB (Red+Green+Blue) = 7+134+77=218 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.21% from 218); Green value is 134 (52.73% from 255 or 61.47% from 218); Blue value is 77 (30.47% from 255 or 35.32% from 218); Max value from RGB is 134 - color contains mainly: green. Hex color #07864D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #07864D is #F879B2. Grayscale: #595959. Windows color (decimal): -16284083 or 5080583. OLE color: 5080583.

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

Color convert

RGB 7 134 77 -
CMYK 0.95 0 0.43 0.47
HSL 153.07º 0.9% 0.28% -
HSV(B) 153.07º 0.95% 0.53% -
XYZ 9.95 17.63 9.9 -
YUV 89.53 120.92 69.13 -
System Red Green Blue C M Y K H S L
Decimal 7 134 77 0.95 0 0.43 0.47 153.07 0.9 0.28
Hex 7 86 4D 5F 0 2B 2F 99 5A 1C
Octal 7 206 115 137 0 53 57 231 132 34
Binary 111 10000110 1001101 1011111 0 101011 101111 10011001 1011010 11100

Color Harmonies of #07864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07864D

Black with #07864D

Text Example


Text Example

White with #07864D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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