#067B56

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

Shades of Tropical Rain Forest #067B56

Tints of Tropical Rain Forest #067B56

Color information

#067B56 (or 0x067B56) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 7B and 56. RGB value is (6,123,86). Sum of RGB (Red+Green+Blue) = 6+123+86=215 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.79% from 215); Green value is 123 (48.44% from 255 or 57.21% from 215); Blue value is 86 (33.98% from 255 or 40% from 215); Max value from RGB is 123 - color contains mainly: green. Hex color #067B56 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067B56 is #F984A9. Grayscale: #535353. Windows color (decimal): -16352426 or 5667590. OLE color: 5667590.

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

Color convert

RGB612386-
CMYK0.9500.300.52
HSL161.03º90.7%25.29%-
HSV(B)161.03º95.12%48.24%-
XYZ8.8414.8811.21-
YUV83.8129.2472.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.79%
GREEN value IS 123 (48.44% from 255) = 57.21%
BLUE value IS 86 (33.98% from 255) = 40%
R=2.79%
G=57.21%
B=40%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6123860.9500.300.52161.0390.725.29
Hex67B565F01E34a15b19
Octal61731261370366424113331
Binary11011110111010110101111101111011010010100001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067B56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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