#068259

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

Shades of Tropical Rain Forest #068259

Tints of Tropical Rain Forest #068259

Color information

#068259 (or 0x068259) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 82 and 59. RGB value is (6,130,89). Sum of RGB (Red+Green+Blue) = 6+130+89=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 130 (51.17% from 255 or 57.78% from 225); Blue value is 89 (35.16% from 255 or 39.56% from 225); Max value from RGB is 130 - color contains mainly: green. Hex color #068259 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068259 is #F97DA6. Grayscale: #585858. Windows color (decimal): -16350631 or 5865990. OLE color: 5865990.

HSL color Cylindrical-coordinate representation of color #068259: hue angle of 160.16º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068259 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.49.

Color convert

RGB613089-
CMYK0.9500.320.49
HSL160.16º91.18%26.67%-
HSV(B)160.16º95.38%50.98%-
XYZ9.8616.7312.16-
YUV88.25128.4269.33-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.67%
GREEN value IS 130 (51.17% from 255) = 57.78%
BLUE value IS 89 (35.16% from 255) = 39.56%
R=2.67%
G=57.78%
B=39.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6130890.9500.320.49160.1691.1826.67
Hex682595F02031a05b1b
Octal62021311370406124013333
Binary1101000001010110011011111010000011000110100000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068259; }

 p { color: rgb(6,130,89); }

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

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

 a { background-color: rgb(6,130,89); }

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

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

 span { border-color: rgb(6,130,89); }

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