#067964

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

Shades of Tropical Rain Forest #067964

Tints of Tropical Rain Forest #067964

Color information

#067964 (or 0x067964) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 79 and 64. RGB value is (6,121,100). Sum of RGB (Red+Green+Blue) = 6+121+100=227 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.64% from 227); Green value is 121 (47.66% from 255 or 53.30% from 227); Blue value is 100 (39.45% from 255 or 44.05% from 227); Max value from RGB is 121 - color contains mainly: green. Hex color #067964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067964 is #F9869B. Grayscale: #545454. Windows color (decimal): -16352924 or 6584582. OLE color: 6584582.

HSL color Cylindrical-coordinate representation of color #067964: hue angle of 169.04º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067964 is Cyan = 0.95, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB6121100-
CMYK0.9500.170.53
HSL169.04º90.55%24.9%-
HSV(B)169.04º95.04%47.45%-
XYZ9.2114.6314.4-
YUV84.22136.972.21-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.64%
GREEN value IS 121 (47.66% from 255) = 53.30%
BLUE value IS 100 (39.45% from 255) = 44.05%
R=2.64%
G=53.30%
B=44.05%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal61211000.9500.170.53169.0490.5524.9
Hex679645F01135a95b19
Octal61711441370216525113331
Binary11011110011100100101111101000111010110101001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067964; }

 p { color: rgb(6,121,100); }

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

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

 a { background-color: rgb(6,121,100); }

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

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

 span { border-color: rgb(6,121,100); }

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