#06795A

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

Shades of Tropical Rain Forest #06795A

Tints of Tropical Rain Forest #06795A

Color information

#06795A (or 0x06795A) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 79 and 5A. RGB value is (6,121,90). Sum of RGB (Red+Green+Blue) = 6+121+90=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 121 (47.66% from 255 or 55.76% from 217); Blue value is 90 (35.55% from 255 or 41.47% from 217); Max value from RGB is 121 - color contains mainly: green. Hex color #06795A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06795A is #F986A5. Grayscale: #535353. Windows color (decimal): -16352934 or 5929222. OLE color: 5929222.

HSL color Cylindrical-coordinate representation of color #06795A: hue angle of 163.83º degrees, saturation: 0.91, 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 #06795A is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.53.

Color convert

RGB612190-
CMYK0.9500.260.53
HSL163.83º90.55%24.9%-
HSV(B)163.83º95.04%47.45%-
XYZ8.7614.4512-
YUV83.08131.973.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.76%
GREEN value IS 121 (47.66% from 255) = 55.76%
BLUE value IS 90 (35.55% from 255) = 41.47%
R=2.76%
G=55.76%
B=41.47%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6121900.9500.260.53163.8390.5524.9
Hex6795A5F01A35a45b19
Octal61711321370326524413331
Binary11011110011011010101111101101011010110100100101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06795A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06795A; }

 p { color: rgb(6,121,90); }

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

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

 a { background-color: rgb(6,121,90); }

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

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

 span { border-color: rgb(6,121,90); }

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