Html Css Color HEX #06863D Salem

📋 copy color: '#06863D'

red 6 ◦ green 134 ◦ blue 61

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

Shades of Salem #06863D

Tints of Salem #06863D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 30.35%

R = 2.99%
G = 66.67%
B = 30.35%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#06863D (or 0x06863D) is known color: Salem. HEX triplet: 06, 86 and 3D. RGB value is (6,134,61). Sum of RGB (Red+Green+Blue) = 6+134+61=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 134 (52.73% from 255 or 66.67% from 201); Blue value is 61 (24.22% from 255 or 30.35% from 201); Max value from RGB is 134 - color contains mainly: green. Hex color #06863D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06863D is #F979C2. Grayscale: #575757. Windows color (decimal): -16349635 or 4032006. OLE color: 4032006.

HSL color Cylindrical-coordinate representation of color #06863D: hue angle of 145.78º 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 #06863D is Cyan = 0.96, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.47.

Color convert

RGB 6 134 61 -
CMYK 0.96 0 0.54 0.47
HSL 145.78º 0.91% 0.27% -
HSV(B) 145.78º 0.96% 0.53% -
XYZ 9.44 17.43 7.28 -
YUV 87.41 113.09 69.94 -
System Red Green Blue C M Y K H S L
Decimal 6 134 61 0.96 0 0.54 0.47 145.78 0.91 0.27
Hex 6 86 3D 60 0 36 2F 92 5B 1B
Octal 6 206 75 140 0 66 57 222 133 33
Binary 110 10000110 111101 1100000 0 110110 101111 10010010 1011011 11011

Color Harmonies of #06863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06863D

Black with #06863D

Text Example


Text Example

White with #06863D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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