#00765E

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

Shades of Tropical Rain Forest #00765E

Tints of Tropical Rain Forest #00765E

Color information

#00765E (or 0x00765E) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 76 and 5E. RGB value is (0,118,94). Sum of RGB (Red+Green+Blue) = 0+118+94=212 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 212); Green value is 118 (46.48% from 255 or 55.66% from 212); Blue value is 94 (37.11% from 255 or 44.34% from 212); Max value from RGB is 118 - color contains mainly: green. Hex color #00765E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00765E is #FF89A1. Grayscale: #4F4F4F. Windows color (decimal): -16746914 or 6190592. OLE color: 6190592.

HSL color Cylindrical-coordinate representation of color #00765E: hue angle of 167.8º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00765E is Cyan = 1, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB011894-
CMYK100.200.54
HSL167.8º100%23.14%-
HSV(B)167.8º100%46.27%-
XYZ8.513.7712.8-
YUV79.98135.9170.95-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 118 (46.48% from 255) = 55.66%
BLUE value IS 94 (37.11% from 255) = 44.34%
R=0%
G=55.66%
B=44.34%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011894100.200.54167.810023.14
Hex0765E6401436a86417
Octal01661361440246625014427
Binary011101101011110110010001010011011010101000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00765E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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