#067258

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

Shades of Tropical Rain Forest #067258

Tints of Tropical Rain Forest #067258

Color information

#067258 (or 0x067258) is unknown color: approx Tropical Rain Forest. HEX triplet: 06, 72 and 58. RGB value is (6,114,88). Sum of RGB (Red+Green+Blue) = 6+114+88=208 (27% of max value = 765). Red value is 6 (2.73% from 255 or 2.88% from 208); Green value is 114 (44.92% from 255 or 54.81% from 208); Blue value is 88 (34.77% from 255 or 42.31% from 208); Max value from RGB is 114 - color contains mainly: green. Hex color #067258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #067258 is #F98DA7. Grayscale: #4E4E4E. Windows color (decimal): -16354728 or 5796358. OLE color: 5796358.

HSL color Cylindrical-coordinate representation of color #067258: hue angle of 165.56º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067258 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB611488-
CMYK0.9500.230.55
HSL165.56º90%23.53%-
HSV(B)165.56º94.74%44.71%-
XYZ7.8512.7811.28-
YUV78.74133.2276.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.88%
GREEN value IS 114 (44.92% from 255) = 54.81%
BLUE value IS 88 (34.77% from 255) = 42.31%
R=2.88%
G=54.81%
B=42.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6114880.9500.230.55165.569023.53
Hex672585F01737a65a18
Octal61621301370276724613230
Binary11011100101011000101111101011111011110100110101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067258; }

 p { color: rgb(6,114,88); }

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

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

 a { background-color: rgb(6,114,88); }

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

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

 span { border-color: rgb(6,114,88); }

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