#06795F

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

Shades of Tropical Rain Forest #06795F

Tints of Tropical Rain Forest #06795F

Color information

#06795F (or 0x06795F) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 79 and 5F. RGB value is (6,121,95). Sum of RGB (Red+Green+Blue) = 6+121+95=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 95 (37.5% from 255 or 42.79% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #06795F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06795F is #F986A0. Grayscale: #535353. Windows color (decimal): -16352929 or 6256902. OLE color: 6256902.

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

Color convert

RGB612195-
CMYK0.9500.210.53
HSL166.43º90.55%24.9%-
HSV(B)166.43º95.04%47.45%-
XYZ8.9814.5413.16-
YUV83.65134.472.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.70%
GREEN value IS 121 (47.66% from 255) = 54.50%
BLUE value IS 95 (37.5% from 255) = 42.79%
R=2.70%
G=54.50%
B=42.79%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6121950.9500.210.53166.4390.5524.9
Hex6795F5F01535a65b19
Octal61711371370256524613331
Binary11011110011011111101111101010111010110100110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06795F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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