#06853E

Color #06853E Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #06853E

Tints of Salem #06853E

Color information

#06853E (or 0x06853E) is unknown color: approx Salem. HEX triplet: 06, 85 and 3E. RGB value is (6,133,62). Sum of RGB (Red+Green+Blue) = 6+133+62=201 (26% of max value = 765). Red value is 6 (2.73% from 255 or 2.99% from 201); Green value is 133 (52.34% from 255 or 66.17% from 201); Blue value is 62 (24.61% from 255 or 30.85% from 201); Max value from RGB is 133 - color contains mainly: green. Hex color #06853E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06853E is #F97AC1. Grayscale: #575757. Windows color (decimal): -16349890 or 4097286. OLE color: 4097286.

HSL color Cylindrical-coordinate representation of color #06853E: hue angle of 146.46º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06853E is Cyan = 0.95, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB613362-
CMYK0.9500.530.48
HSL146.46º91.37%27.25%-
HSV(B)146.46º95.49%52.16%-
XYZ9.3317.167.38-
YUV86.93113.9270.27-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.99%
GREEN value IS 133 (52.34% from 255) = 66.17%
BLUE value IS 62 (24.61% from 255) = 30.85%
R=2.99%
G=66.17%
B=30.85%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6133620.9500.530.48146.4691.3727.25
Hex6853E5F03530925b1b
Octal6205761370656022213333
Binary110100001011111101011111011010111000010010010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06853E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06853E; }

 p { color: rgb(6,133,62); }

 H1.HeaderClassName
 {
   color: #06853E;
 }
 .AnyTagClassName
 {
   color: #06853E;
 }
</style>
background-color css

<style>
 a { background-color: #06853E; }

 a { background-color: rgb(6,133,62); }

 div.DivClassName
 {
   background-color: #06853E;
 }
 .BgClassName
 {
   background-color: #06853E;
 }
</style>
border-color css

<style>
 span { border-color: #06853E; }

 span { border-color: rgb(6,133,62); }

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