#067562

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

Shades of Tropical Rain Forest #067562

Tints of Tropical Rain Forest #067562

Color information

#067562 (or 0x067562) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 75 and 62. RGB value is (6,117,98). Sum of RGB (Red+Green+Blue) = 6+117+98=221 (29% of max value = 765). Red value is 6 (2.73% from 255 or 2.71% from 221); Green value is 117 (46.09% from 255 or 52.94% from 221); Blue value is 98 (38.67% from 255 or 44.34% from 221); Max value from RGB is 117 - color contains mainly: green. Hex color #067562 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067562 is #F98A9D. Grayscale: #515151. Windows color (decimal): -16353950 or 6452486. OLE color: 6452486.

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

Color convert

RGB611798-
CMYK0.9500.160.54
HSL169.73º90.24%24.12%-
HSV(B)169.73º94.87%45.88%-
XYZ8.6413.6413.73-
YUV81.64137.2374.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.71%
GREEN value IS 117 (46.09% from 255) = 52.94%
BLUE value IS 98 (38.67% from 255) = 44.34%
R=2.71%
G=52.94%
B=44.34%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal6117980.9500.160.54169.7390.2424.12
Hex675625F01036aa5a18
Octal61651421370206625213230
Binary11011101011100010101111101000011011010101010101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067562; }

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

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

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

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

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

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

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

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