#068457

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

Shades of Tropical Rain Forest #068457

Tints of Tropical Rain Forest #068457

Color information

#068457 (or 0x068457) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 84 and 57. RGB value is (6,132,87). Sum of RGB (Red+Green+Blue) = 6+132+87=225 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.67% from 225); Green value is 132 (51.95% from 255 or 58.67% from 225); Blue value is 87 (34.38% from 255 or 38.67% from 225); Max value from RGB is 132 - color contains mainly: green. Hex color #068457 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #068457 is #F97BA8. Grayscale: #595959. Windows color (decimal): -16350121 or 5735430. OLE color: 5735430.

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

Color convert

RGB613287-
CMYK0.9500.340.48
HSL158.57º91.3%27.06%-
HSV(B)158.57º95.45%51.76%-
XYZ10.0517.2311.81-
YUV89.2126.7668.66-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.67%
GREEN value IS 132 (51.95% from 255) = 58.67%
BLUE value IS 87 (34.38% from 255) = 38.67%
R=2.67%
G=58.67%
B=38.67%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6132870.9500.340.48158.5791.327.06
Hex684575F022309f5b1b
Octal62041271370426023713333
Binary1101000010010101111011111010001011000010011111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068457

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068457; }

 p { color: rgb(6,132,87); }

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

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

 a { background-color: rgb(6,132,87); }

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

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

 span { border-color: rgb(6,132,87); }

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