#007764

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

Shades of Tropical Rain Forest #007764

Tints of Tropical Rain Forest #007764

Color information

#007764 (or 0x007764) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 77 and 64. RGB value is (0,119,100). Sum of RGB (Red+Green+Blue) = 0+119+100=219 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 219); Green value is 119 (46.88% from 255 or 54.34% from 219); Blue value is 100 (39.45% from 255 or 45.66% from 219); Max value from RGB is 119 - color contains mainly: green. Hex color #007764 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007764 is #FF889B. Grayscale: #515151. Windows color (decimal): -16746652 or 6584064. OLE color: 6584064.

HSL color Cylindrical-coordinate representation of color #007764: hue angle of 170.42º 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 #007764 is Cyan = 1, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.53.

Color convert

RGB0119100-
CMYK100.160.53
HSL170.42º100%23.33%-
HSV(B)170.42º100%46.67%-
XYZ8.914.1114.31-
YUV81.25138.5870.04-

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) = 54.34%
BLUE value IS 100 (39.45% from 255) = 45.66%
R=0%
G=54.34%
B=45.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal0119100100.160.53170.4210023.33
Hex077646401035aa6417
Octal01671441440206525214427
Binary011101111100100110010001000011010110101010110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007764; }

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

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

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

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

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

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

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

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