Html Css Color HEX #07863C Salem

📋 copy color: '#07863C'

red 7 ◦ green 134 ◦ blue 60

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

Shades of Salem #07863C

Tints of Salem #07863C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 29.85%

R = 3.48%
G = 66.67%
B = 29.85%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#07863C (or 0x07863C) is known color: Salem. HEX triplet: 07, 86 and 3C. RGB value is (7,134,60). Sum of RGB (Red+Green+Blue) = 7+134+60=201 (26% of max value = 765). Red value is 7 (3.12% from 255 or 3.48% from 201); Green value is 134 (52.73% from 255 or 66.67% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 134 - color contains mainly: green. Hex color #07863C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #07863C is #F879C3. Grayscale: #575757. Windows color (decimal): -16284100 or 3966471. OLE color: 3966471.

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

Color convert

RGB 7 134 60 -
CMYK 0.95 0 0.55 0.47
HSL 145.04º 0.9% 0.28% -
HSV(B) 145.04º 0.95% 0.53% -
XYZ 9.43 17.42 7.14 -
YUV 87.59 112.42 70.52 -
System Red Green Blue C M Y K H S L
Decimal 7 134 60 0.95 0 0.55 0.47 145.04 0.9 0.28
Hex 7 86 3C 5F 0 37 2F 91 5A 1C
Octal 7 206 74 137 0 67 57 221 132 34
Binary 111 10000110 111100 1011111 0 110111 101111 10010001 1011010 11100

Color Harmonies of #07863C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07863C

Black with #07863C

Text Example


Text Example

White with #07863C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #07863C; }

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

 H1.HeaderClassName
 {
   color: #07863C;
 }
 .AnyTagClassName
 {
   color: #07863C;
 }
</style>

background-color css

<style>
 a { background-color: #07863C; }

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

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

border-color css

<style>
 span { border-color: #07863C; }

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

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