#068058

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

Shades of Tropical Rain Forest #068058

Tints of Tropical Rain Forest #068058

Color information

#068058 (or 0x068058) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 80 and 58. RGB value is (6,128,88). Sum of RGB (Red+Green+Blue) = 6+128+88=222 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.70% from 222); Green value is 128 (50.39% from 255 or 57.66% from 222); Blue value is 88 (34.77% from 255 or 39.64% from 222); Max value from RGB is 128 - color contains mainly: green. Hex color #068058 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068058 is #F97FA7. Grayscale: #575757. Windows color (decimal): -16351144 or 5799942. OLE color: 5799942.

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

Color convert

RGB612888-
CMYK0.9500.310.50
HSL160.33º91.04%26.27%-
HSV(B)160.33º95.31%50.2%-
XYZ9.5616.1811.85-
YUV86.96128.5870.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.70%
GREEN value IS 128 (50.39% from 255) = 57.66%
BLUE value IS 88 (34.77% from 255) = 39.64%
R=2.70%
G=57.66%
B=39.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6128880.9500.310.50160.3391.0426.27
Hex680585F01F32a05b1a
Octal62001301370376224013332
Binary110100000001011000101111101111111001010100000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068058; }

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

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

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

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

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

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

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

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