#06854B

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

Shades of Salem #06854B

Tints of Salem #06854B

Color information

#06854B (or 0x06854B) is unknown color: approx Salem. HEX triplet: 06, 85 and 4B. RGB value is (6,133,75). Sum of RGB (Red+Green+Blue) = 6+133+75=214 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.80% from 214); Green value is 133 (52.34% from 255 or 62.15% from 214); Blue value is 75 (29.69% from 255 or 35.05% from 214); Max value from RGB is 133 - color contains mainly: green. Hex color #06854B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06854B is #F97AB4. Grayscale: #585858. Windows color (decimal): -16349877 or 4949254. OLE color: 4949254.

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

Color convert

RGB613375-
CMYK0.9500.440.48
HSL152.6º91.37%27.25%-
HSV(B)152.6º95.49%52.16%-
XYZ9.7317.329.49-
YUV88.42120.4269.22-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.80%
GREEN value IS 133 (52.34% from 255) = 62.15%
BLUE value IS 75 (29.69% from 255) = 35.05%
R=2.80%
G=62.15%
B=35.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6133750.9500.440.48152.691.3727.25
Hex6854B5F02C30995b1b
Octal62051131370546023113333
Binary1101000010110010111011111010110011000010011001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06854B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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