Html Css Color HEX #06863B Salem

📋 copy color: '#06863B'

red 6 ◦ green 134 ◦ blue 59

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

Shades of Salem #06863B

Tints of Salem #06863B

RGB

 RED value IS 6 (2.73% from 255) = 3.02%

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

 BLUE value IS 59 (23.44% from 255) = 29.65%

R = 3.02%
G = 67.34%
B = 29.65%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#06863B (or 0x06863B) is known color: Salem. HEX triplet: 06, 86 and 3B. RGB value is (6,134,59). Sum of RGB (Red+Green+Blue) = 6+134+59=199 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.02% from 199); Green value is 134 (52.73% from 255 or 67.34% from 199); Blue value is 59 (23.44% from 255 or 29.65% from 199); Max value from RGB is 134 - color contains mainly: green. Hex color #06863B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06863B is #F979C4. Grayscale: #575757. Windows color (decimal): -16349637 or 3900934. OLE color: 3900934.

HSL color Cylindrical-coordinate representation of color #06863B: hue angle of 144.84º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06863B is Cyan = 0.96, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 134 59 -
CMYK 0.96 0 0.56 0.47
HSL 144.84º 0.91% 0.27% -
HSV(B) 144.84º 0.96% 0.53% -
XYZ 9.39 17.4 7 -
YUV 87.18 112.09 70.1 -
System Red Green Blue C M Y K H S L
Decimal 6 134 59 0.96 0 0.56 0.47 144.84 0.91 0.27
Hex 6 86 3B 60 0 38 2F 91 5B 1B
Octal 6 206 73 140 0 70 57 221 133 33
Binary 110 10000110 111011 1100000 0 111000 101111 10010001 1011011 11011

Color Harmonies of #06863B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06863B

Black with #06863B

Text Example


Text Example

White with #06863B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,134,59); }

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

background-color css

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

 a { background-color: rgb(6,134,59); }

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

border-color css

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

 span { border-color: rgb(6,134,59); }

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