#469667

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

Shades of Eucalyptus #469667

Tints of Eucalyptus #469667

Color information

#469667 (or 0x469667) is unknown color: approx Eucalyptus. HEX triplet: 46, 96 and 67. RGB value is (70,150,103). Sum of RGB (Red+Green+Blue) = 70+150+103=323 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.67% from 323); Green value is 150 (58.98% from 255 or 46.44% from 323); Blue value is 103 (40.62% from 255 or 31.89% from 323); Max value from RGB is 150 - color contains mainly: green. Hex color #469667 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469667 is #B96998. Grayscale: #787878. Windows color (decimal): -12151193 or 6788678. OLE color: 6788678.

HSL color Cylindrical-coordinate representation of color #469667: hue angle of 144.75º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #469667 is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB70150103-
CMYK0.5300.310.41
HSL144.75º36.36%43.14%-
HSV(B)144.75º53.33%58.82%-
XYZ15.8824.0916.65-
YUV120.7211891.82-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.67%
GREEN value IS 150 (58.98% from 255) = 46.44%
BLUE value IS 103 (40.62% from 255) = 31.89%
R=21.67%
G=46.44%
B=31.89%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal701501030.5300.310.41144.7536.3643.14
Hex4696673501F2991242b
Octal10622614765037512214453
Binary100011010010110110011111010101111110100110010001100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469667; }

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

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

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

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

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

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

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

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