#068056

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

Shades of Tropical Rain Forest #068056

Tints of Tropical Rain Forest #068056

Color information

#068056 (or 0x068056) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 80 and 56. RGB value is (6,128,86). Sum of RGB (Red+Green+Blue) = 6+128+86=220 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.73% from 220); Green value is 128 (50.39% from 255 or 58.18% from 220); Blue value is 86 (33.98% from 255 or 39.09% from 220); Max value from RGB is 128 - color contains mainly: green. Hex color #068056 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068056 is #F97FA9. Grayscale: #565656. Windows color (decimal): -16351146 or 5668870. OLE color: 5668870.

HSL color Cylindrical-coordinate representation of color #068056: hue angle of 159.34º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068056 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.

Color convert

RGB612886-
CMYK0.9500.330.50
HSL159.34º91.04%26.27%-
HSV(B)159.34º95.31%50.2%-
XYZ9.4716.1511.42-
YUV86.73127.5870.42-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.73%
GREEN value IS 128 (50.39% from 255) = 58.18%
BLUE value IS 86 (33.98% from 255) = 39.09%
R=2.73%
G=58.18%
B=39.09%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6128860.9500.330.50159.3491.0426.27
Hex680565F021329f5b1a
Octal62001261370416223713332
Binary1101000000010101101011111010000111001010011111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068056; }

 p { color: rgb(6,128,86); }

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

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

 a { background-color: rgb(6,128,86); }

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

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

 span { border-color: rgb(6,128,86); }

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