Html Css Color HEX #07864B Salem

📋 copy color: '#07864B'

red 7 ◦ green 134 ◦ blue 75

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

Shades of Salem #07864B

Tints of Salem #07864B

RGB

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

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

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

R = 3.24%
G = 62.04%
B = 34.72%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.44

 K value IS 0.47

RGB Variations

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

Color information

#07864B (or 0x07864B) is known color: Salem. HEX triplet: 07, 86 and 4B. RGB value is (7,134,75). Sum of RGB (Red+Green+Blue) = 7+134+75=216 (28% of max value = 765). Red value is 7 (3.12% from 255 or 3.24% from 216); Green value is 134 (52.73% from 255 or 62.04% from 216); Blue value is 75 (29.69% from 255 or 34.72% from 216); Max value from RGB is 134 - color contains mainly: green. Hex color #07864B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07864B is #F879B4. Grayscale: #595959. Windows color (decimal): -16284085 or 4949511. OLE color: 4949511.

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

Color convert

RGB 7 134 75 -
CMYK 0.95 0 0.44 0.47
HSL 152.13º 0.9% 0.28% -
HSV(B) 152.13º 0.95% 0.53% -
XYZ 9.88 17.6 9.53 -
YUV 89.3 119.92 69.3 -
System Red Green Blue C M Y K H S L
Decimal 7 134 75 0.95 0 0.44 0.47 152.13 0.9 0.28
Hex 7 86 4B 5F 0 2C 2F 98 5A 1C
Octal 7 206 113 137 0 54 57 230 132 34
Binary 111 10000110 1001011 1011111 0 101100 101111 10011000 1011010 11100

Color Harmonies of #07864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07864B

Black with #07864B

Text Example


Text Example

White with #07864B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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