#468E67

Color #468E67 Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #468E67

Tints of Eucalyptus #468E67

Color information

#468E67 (or 0x468E67) is unknown color: approx Eucalyptus. HEX triplet: 46, 8E and 67. RGB value is (70,142,103). Sum of RGB (Red+Green+Blue) = 70+142+103=315 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.22% from 315); Green value is 142 (55.86% from 255 or 45.08% from 315); Blue value is 103 (40.62% from 255 or 32.70% from 315); Max value from RGB is 142 - color contains mainly: green. Hex color #468E67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468E67 is #B97198. Grayscale: #747474. Windows color (decimal): -12153241 or 6786630. OLE color: 6786630.

HSL color Cylindrical-coordinate representation of color #468E67: hue angle of 147.5º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468E67 is Cyan = 0.51, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB70142103-
CMYK0.5100.270.44
HSL147.5º33.96%41.57%-
HSV(B)147.5º50.7%55.69%-
XYZ14.6521.6316.23-
YUV116.03120.6595.17-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 22.22%
GREEN value IS 142 (55.86% from 255) = 45.08%
BLUE value IS 103 (40.62% from 255) = 32.70%
R=22.22%
G=45.08%
B=32.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701421030.5100.270.44147.533.9641.57
Hex468E673301B2C94222a
Octal10621614763033542244252
Binary100011010001110110011111001101101110110010010100100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468E67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #468E67; }

 p { color: rgb(70,142,103); }

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

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

 a { background-color: rgb(70,142,103); }

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

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

 span { border-color: rgb(70,142,103); }

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