#06755A

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

Shades of Tropical Rain Forest #06755A

Tints of Tropical Rain Forest #06755A

Color information

#06755A (or 0x06755A) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 75 and 5A. RGB value is (6,117,90). Sum of RGB (Red+Green+Blue) = 6+117+90=213 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.82% from 213); Green value is 117 (46.09% from 255 or 54.93% from 213); Blue value is 90 (35.55% from 255 or 42.25% from 213); Max value from RGB is 117 - color contains mainly: green. Hex color #06755A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06755A is #F98AA5. Grayscale: #505050. Windows color (decimal): -16353958 or 5928198. OLE color: 5928198.

HSL color Cylindrical-coordinate representation of color #06755A: hue angle of 165.41º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06755A is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.

Color convert

RGB611790-
CMYK0.9500.230.54
HSL165.41º90.24%24.12%-
HSV(B)165.41º94.87%45.88%-
XYZ8.2813.511.84-
YUV80.73133.2374.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.82%
GREEN value IS 117 (46.09% from 255) = 54.93%
BLUE value IS 90 (35.55% from 255) = 42.25%
R=2.82%
G=54.93%
B=42.25%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6117900.9500.230.54165.4190.2424.12
Hex6755A5F01736a55a18
Octal61651321370276624513230
Binary11011101011011010101111101011111011010100101101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06755A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,117,90); }

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

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

 a { background-color: rgb(6,117,90); }

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

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

 span { border-color: rgb(6,117,90); }

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