#067D56

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

Shades of Tropical Rain Forest #067D56

Tints of Tropical Rain Forest #067D56

Color information

#067D56 (or 0x067D56) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 7D and 56. RGB value is (6,125,86). Sum of RGB (Red+Green+Blue) = 6+125+86=217 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.76% from 217); Green value is 125 (49.22% from 255 or 57.60% from 217); Blue value is 86 (33.98% from 255 or 39.63% from 217); Max value from RGB is 125 - color contains mainly: green. Hex color #067D56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067D56 is #F982A9. Grayscale: #555555. Windows color (decimal): -16351914 or 5668102. OLE color: 5668102.

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

Color convert

RGB612586-
CMYK0.9500.310.51
HSL160.34º90.84%25.69%-
HSV(B)160.34º95.2%49.02%-
XYZ9.0915.3811.29-
YUV84.97128.5871.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.76%
GREEN value IS 125 (49.22% from 255) = 57.60%
BLUE value IS 86 (33.98% from 255) = 39.63%
R=2.76%
G=57.60%
B=39.63%

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
Decimal6125860.9500.310.51160.3490.8425.69
Hex67D565F01F33a05b1a
Octal61751261370376324013332
Binary11011111011010110101111101111111001110100000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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