#00775D

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

Shades of Tropical Rain Forest #00775D

Tints of Tropical Rain Forest #00775D

Color information

#00775D (or 0x00775D) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 77 and 5D. RGB value is (0,119,93). Sum of RGB (Red+Green+Blue) = 0+119+93=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 119 (46.88% from 255 or 56.13% from 212); Blue value is 93 (36.72% from 255 or 43.87% from 212); Max value from RGB is 119 - color contains mainly: green. Hex color #00775D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00775D is #FF88A2. Grayscale: #505050. Windows color (decimal): -16746659 or 6125312. OLE color: 6125312.

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

Color convert

RGB011993-
CMYK100.220.53
HSL166.89º100%23.33%-
HSV(B)166.89º100%46.67%-
XYZ8.5713.9812.6-
YUV80.46135.0870.61-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 119 (46.88% from 255) = 56.13%
BLUE value IS 93 (36.72% from 255) = 43.87%
R=0%
G=56.13%
B=43.87%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal011993100.220.53166.8910023.33
Hex0775D6401635a76417
Octal01671351440266524714427
Binary011101111011101110010001011011010110100111110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00775D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00775D; }

 p { color: rgb(0,119,93); }

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

<style>
 a { background-color: #00775D; }

 a { background-color: rgb(0,119,93); }

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

<style>
 span { border-color: #00775D; }

 span { border-color: rgb(0,119,93); }

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