#067D55

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

Shades of Tropical Rain Forest #067D55

Tints of Tropical Rain Forest #067D55

Color information

#067D55 (or 0x067D55) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 7D and 55. RGB value is (6,125,85). Sum of RGB (Red+Green+Blue) = 6+125+85=216 (28% of max value = 765). Red value is 6 (2.73% from 255 or 2.78% from 216); Green value is 125 (49.22% from 255 or 57.87% from 216); Blue value is 85 (33.59% from 255 or 39.35% from 216); Max value from RGB is 125 - color contains mainly: green. Hex color #067D55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067D55 is #F982AA. Grayscale: #545454. Windows color (decimal): -16351915 or 5602566. OLE color: 5602566.

HSL color Cylindrical-coordinate representation of color #067D55: hue angle of 159.83º 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 #067D55 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB612585-
CMYK0.9500.320.51
HSL159.83º90.84%25.69%-
HSV(B)159.83º95.2%49.02%-
XYZ9.0515.3611.08-
YUV84.86128.0871.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.78%
GREEN value IS 125 (49.22% from 255) = 57.87%
BLUE value IS 85 (33.59% from 255) = 39.35%
R=2.78%
G=57.87%
B=39.35%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal6125850.9500.320.51159.8390.8425.69
Hex67D555F02033a05b1a
Octal61751251370406324013332
Binary110111110110101011011111010000011001110100000101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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