#06755D

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

Shades of Tropical Rain Forest #06755D

Tints of Tropical Rain Forest #06755D

Color information

#06755D (or 0x06755D) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 75 and 5D. RGB value is (6,117,93). Sum of RGB (Red+Green+Blue) = 6+117+93=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 117 (46.09% from 255 or 54.17% from 216); Blue value is 93 (36.72% from 255 or 43.06% from 216); Max value from RGB is 117 - color contains mainly: green. Hex color #06755D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06755D is #F98AA2. Grayscale: #515151. Windows color (decimal): -16353955 or 6124806. OLE color: 6124806.

HSL color Cylindrical-coordinate representation of color #06755D: hue angle of 167.03º 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 #06755D is Cyan = 0.95, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB611793-
CMYK0.9500.210.54
HSL167.03º90.24%24.12%-
HSV(B)167.03º94.87%45.88%-
XYZ8.4113.5512.53-
YUV81.08134.7374.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.78%
GREEN value IS 117 (46.09% from 255) = 54.17%
BLUE value IS 93 (36.72% from 255) = 43.06%
R=2.78%
G=54.17%
B=43.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6117930.9500.210.54167.0390.2424.12
Hex6755D5F01536a75a18
Octal61651351370256624713230
Binary11011101011011101101111101010111011010100111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06755D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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