#067765

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

Shades of Tropical Rain Forest #067765

Tints of Tropical Rain Forest #067765

Color information

#067765 (or 0x067765) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 77 and 65. RGB value is (6,119,101). Sum of RGB (Red+Green+Blue) = 6+119+101=226 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.65% from 226); Green value is 119 (46.88% from 255 or 52.65% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 119 - color contains mainly: green. Hex color #067765 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067765 is #F9889A. Grayscale: #535353. Windows color (decimal): -16353435 or 6649606. OLE color: 6649606.

HSL color Cylindrical-coordinate representation of color #067765: hue angle of 170.44º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067765 is Cyan = 0.95, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB6119101-
CMYK0.9500.150.53
HSL170.44º90.4%24.51%-
HSV(B)170.44º94.96%46.67%-
XYZ9.0214.1714.57-
YUV83.16138.0672.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.65%
GREEN value IS 119 (46.88% from 255) = 52.65%
BLUE value IS 101 (39.84% from 255) = 44.69%
R=2.65%
G=52.65%
B=44.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61191010.9500.150.53170.4490.424.51
Hex677655F0F35aa5a19
Octal61671451370176525213231
Binary1101110111110010110111110111111010110101010101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067765; }

 p { color: rgb(6,119,101); }

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

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

 a { background-color: rgb(6,119,101); }

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

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

 span { border-color: rgb(6,119,101); }

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