#06865C

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

Shades of Tropical Rain Forest #06865C

Tints of Tropical Rain Forest #06865C

Color information

#06865C (or 0x06865C) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 86 and 5C. RGB value is (6,134,92). Sum of RGB (Red+Green+Blue) = 6+134+92=232 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.59% from 232); Green value is 134 (52.73% from 255 or 57.76% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 134 - color contains mainly: green. Hex color #06865C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #06865C is #F979A3. Grayscale: #5A5A5A. Windows color (decimal): -16349604 or 6063622. OLE color: 6063622.

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

Color convert

RGB613492-
CMYK0.9600.310.47
HSL160.31º91.43%27.45%-
HSV(B)160.31º95.52%52.55%-
XYZ10.5317.8613.02-
YUV90.94128.5967.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.59%
GREEN value IS 134 (52.73% from 255) = 57.76%
BLUE value IS 92 (36.33% from 255) = 39.66%
R=2.59%
G=57.76%
B=39.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal6134920.9600.310.47160.3191.4327.45
Hex6865C6001F2Fa05b1b
Octal62061341400375724013333
Binary110100001101011100110000001111110111110100000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06865C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06865C; }

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

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

<style>
 a { background-color: #06865C; }

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

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

<style>
 span { border-color: #06865C; }

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

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