#00875F

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

Shades of Tropical Rain Forest #00875F

Tints of Tropical Rain Forest #00875F

Color information

#00875F (or 0x00875F) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 87 and 5F. RGB value is (0,135,95). Sum of RGB (Red+Green+Blue) = 0+135+95=230 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 230); Green value is 135 (53.12% from 255 or 58.70% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 135 - color contains mainly: green. Hex color #00875F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00875F is #FF78A0. Grayscale: #5A5A5A. Windows color (decimal): -16742561 or 6260480. OLE color: 6260480.

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

Color convert

RGB013595-
CMYK100.300.47
HSL162.22º100%26.47%-
HSV(B)162.22º100%52.94%-
XYZ10.7318.1513.77-
YUV90.07130.7763.75-

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.70%
BLUE value IS 95 (37.5% from 255) = 41.30%
R=0%
G=58.70%
B=41.30%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal013595100.300.47162.2210026.47
Hex0875F6401E2Fa2641a
Octal02071371440365724214432
Binary0100001111011111110010001111010111110100010110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00875F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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