#067C56

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

Shades of Tropical Rain Forest #067C56

Tints of Tropical Rain Forest #067C56

Color information

#067C56 (or 0x067C56) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 7C and 56. RGB value is (6,124,86). Sum of RGB (Red+Green+Blue) = 6+124+86=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 124 (48.83% from 255 or 57.41% from 216); Blue value is 86 (33.98% from 255 or 39.81% from 216); Max value from RGB is 124 - color contains mainly: green. Hex color #067C56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067C56 is #F983A9. Grayscale: #545454. Windows color (decimal): -16352170 or 5667846. OLE color: 5667846.

HSL color Cylindrical-coordinate representation of color #067C56: hue angle of 160.68º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067C56 is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB612486-
CMYK0.9500.310.51
HSL160.68º90.77%25.49%-
HSV(B)160.68º95.16%48.63%-
XYZ8.9615.1311.25-
YUV84.39128.9172.09-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.78%
GREEN value IS 124 (48.83% from 255) = 57.41%
BLUE value IS 86 (33.98% from 255) = 39.81%
R=2.78%
G=57.41%
B=39.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6124860.9500.310.51160.6890.7725.49
Hex67C565F01F33a15b19
Octal61741261370376324113331
Binary11011111001010110101111101111111001110100001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067C56; }

 p { color: rgb(6,124,86); }

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

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

 a { background-color: rgb(6,124,86); }

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

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

 span { border-color: rgb(6,124,86); }

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