#05695A

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

Shades of Tropical Rain Forest #05695A

Tints of Tropical Rain Forest #05695A

Color information

#05695A (or 0x05695A) is unknown color: approx Tropical Rain Forest. HEX triplet: 05, 69 and 5A. RGB value is (5,105,90). Sum of RGB (Red+Green+Blue) = 5+105+90=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 105 (41.41% from 255 or 52.5% from 200); Blue value is 90 (35.55% from 255 or 45% from 200); Max value from RGB is 105 - color contains mainly: green. Hex color #05695A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #05695A is #FA96A5. Grayscale: #494949. Windows color (decimal): -16422566 or 5925125. OLE color: 5925125.

HSL color Cylindrical-coordinate representation of color #05695A: hue angle of 171º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #05695A is Cyan = 0.95, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB510590-
CMYK0.9500.140.59
HSL171º90.91%21.57%-
HSV(B)171º95.24%41.18%-
XYZ6.9610.8711.4-
YUV73.39137.3779.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.5%
GREEN value IS 105 (41.41% from 255) = 52.5%
BLUE value IS 90 (35.55% from 255) = 45%
R=2.5%
G=52.5%
B=45%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal5105900.9500.140.5917190.9121.57
Hex5695A5F0E3Bab5b16
Octal51511321370167325313326
Binary1011101001101101010111110111011101110101011101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05695A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05695A; }

 p { color: rgb(5,105,90); }

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

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

 a { background-color: rgb(5,105,90); }

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

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

 span { border-color: rgb(5,105,90); }

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