#068358

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

Shades of Tropical Rain Forest #068358

Tints of Tropical Rain Forest #068358

Color information

#068358 (or 0x068358) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 83 and 58. RGB value is (6,131,88). Sum of RGB (Red+Green+Blue) = 6+131+88=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 131 (51.56% from 255 or 58.22% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 131 - color contains mainly: green. Hex color #068358 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068358 is #F97CA7. Grayscale: #585858. Windows color (decimal): -16350376 or 5800710. OLE color: 5800710.

HSL color Cylindrical-coordinate representation of color #068358: hue angle of 159.36º 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 #068358 is Cyan = 0.95, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB613188-
CMYK0.9500.330.49
HSL159.36º91.24%26.86%-
HSV(B)159.36º95.42%51.37%-
XYZ9.9516.9811.98-
YUV88.72127.5969-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.67%
GREEN value IS 131 (51.56% from 255) = 58.22%
BLUE value IS 88 (34.77% from 255) = 39.11%
R=2.67%
G=58.22%
B=39.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6131880.9500.330.49159.3691.2426.86
Hex683585F021319f5b1b
Octal62031301370416123713333
Binary1101000001110110001011111010000111000110011111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068358; }

 p { color: rgb(6,131,88); }

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

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

 a { background-color: rgb(6,131,88); }

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

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

 span { border-color: rgb(6,131,88); }

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