#006A5C

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

Shades of Tropical Rain Forest #006A5C

Tints of Tropical Rain Forest #006A5C

Color information

#006A5C (or 0x006A5C) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 6A and 5C. RGB value is (0,106,92). Sum of RGB (Red+Green+Blue) = 0+106+92=198 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 198); Green value is 106 (41.80% from 255 or 53.54% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 106 - color contains mainly: green. Hex color #006A5C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #006A5C is #FF95A3. Grayscale: #484848. Windows color (decimal): -16749988 or 6056448. OLE color: 6056448.

HSL color Cylindrical-coordinate representation of color #006A5C: hue angle of 172.08º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A5C is Cyan = 1, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.58.

Color convert

RGB010692-
CMYK100.130.58
HSL172.08º100%20.78%-
HSV(B)172.08º100%41.57%-
XYZ7.0911.0811.89-
YUV72.71138.8876.14-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 106 (41.80% from 255) = 53.54%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=0%
G=53.54%
B=46.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010692100.130.58172.0810020.78
Hex06A5C640D3Aac6415
Octal01521341440157225414425
Binary01101010101110011001000110111101010101100110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006A5C; }

 p { color: rgb(0,106,92); }

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

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

 a { background-color: rgb(0,106,92); }

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

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

 span { border-color: rgb(0,106,92); }

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