#00865E

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

Shades of Tropical Rain Forest #00865E

Tints of Tropical Rain Forest #00865E

Color information

#00865E (or 0x00865E) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 86 and 5E. RGB value is (0,134,94). Sum of RGB (Red+Green+Blue) = 0+134+94=228 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 228); Green value is 134 (52.73% from 255 or 58.77% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 134 - color contains mainly: green. Hex color #00865E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00865E is #FF79A1. Grayscale: #595959. Windows color (decimal): -16742818 or 6194688. OLE color: 6194688.

HSL color Cylindrical-coordinate representation of color #00865E: hue angle of 162.09º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00865E is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB013494-
CMYK100.300.47
HSL162.09º100%26.27%-
HSV(B)162.09º100%52.55%-
XYZ10.5517.8613.48-
YUV89.37130.6164.25-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 134 (52.73% from 255) = 58.77%
BLUE value IS 94 (37.11% from 255) = 41.23%
R=0%
G=58.77%
B=41.23%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal013494100.300.47162.0910026.27
Hex0865E6401E2Fa2641a
Octal02061361440365724214432
Binary0100001101011110110010001111010111110100010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00865E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,134,94); }

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

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

 a { background-color: rgb(0,134,94); }

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

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

 span { border-color: rgb(0,134,94); }

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