#06855E

Color #06855E Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #06855E

Tints of Tropical Rain Forest #06855E

Color information

#06855E (or 0x06855E) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 85 and 5E. RGB value is (6,133,94). Sum of RGB (Red+Green+Blue) = 6+133+94=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #06855E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06855E is #F97AA1. Grayscale: #5A5A5A. Windows color (decimal): -16349858 or 6194438. OLE color: 6194438.

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

Color convert

RGB613394-
CMYK0.9500.290.48
HSL161.57º91.37%27.25%-
HSV(B)161.57º95.49%52.16%-
XYZ10.4817.6213.44-
YUV90.58129.9267.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.58%
GREEN value IS 133 (52.34% from 255) = 57.08%
BLUE value IS 94 (37.11% from 255) = 40.34%
R=2.58%
G=57.08%
B=40.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6133940.9500.290.48161.5791.3727.25
Hex6855E5F01D30a25b1b
Octal62051361370356024213333
Binary110100001011011110101111101110111000010100010101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06855E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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