#00765F

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

Shades of Tropical Rain Forest #00765F

Tints of Tropical Rain Forest #00765F

Color information

#00765F (or 0x00765F) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 76 and 5F. RGB value is (0,118,95). Sum of RGB (Red+Green+Blue) = 0+118+95=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #00765F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00765F is #FF89A0. Grayscale: #505050. Windows color (decimal): -16746913 or 6256128. OLE color: 6256128.

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

Color convert

RGB011895-
CMYK100.190.54
HSL168.31º100%23.14%-
HSV(B)168.31º100%46.27%-
XYZ8.5413.7813.04-
YUV80.1136.4170.87-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011895100.190.54168.3110023.14
Hex0765F6401336a86417
Octal01661371440236625014427
Binary011101101011111110010001001111011010101000110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00765F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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