#00875E

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

Shades of Tropical Rain Forest #00875E

Tints of Tropical Rain Forest #00875E

Color information

#00875E (or 0x00875E) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 87 and 5E. RGB value is (0,135,94). Sum of RGB (Red+Green+Blue) = 0+135+94=229 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 229); Green value is 135 (53.12% from 255 or 58.95% from 229); Blue value is 94 (37.11% from 255 or 41.05% from 229); Max value from RGB is 135 - color contains mainly: green. Hex color #00875E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00875E is #FF78A1. Grayscale: #595959. Windows color (decimal): -16742562 or 6194944. OLE color: 6194944.

HSL color Cylindrical-coordinate representation of color #00875E: hue angle of 161.78º 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 #00875E is Cyan = 1, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB013594-
CMYK100.300.47
HSL161.78º100%26.47%-
HSV(B)161.78º100%52.94%-
XYZ10.6818.1413.53-
YUV89.96130.2763.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 135 (53.12% from 255) = 58.95%
BLUE value IS 94 (37.11% from 255) = 41.05%
R=0%
G=58.95%
B=41.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal013594100.300.47161.7810026.47
Hex0875E6401E2Fa2641a
Octal02071361440365724214432
Binary0100001111011110110010001111010111110100010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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