#469669

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

Shades of Eucalyptus #469669

Tints of Eucalyptus #469669

Color information

#469669 (or 0x469669) is unknown color: approx Eucalyptus. HEX triplet: 46, 96 and 69. RGB value is (70,150,105). Sum of RGB (Red+Green+Blue) = 70+150+105=325 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.54% from 325); Green value is 150 (58.98% from 255 or 46.15% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 150 - color contains mainly: green. Hex color #469669 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469669 is #B96996. Grayscale: #797979. Windows color (decimal): -12151191 or 6919750. OLE color: 6919750.

HSL color Cylindrical-coordinate representation of color #469669: hue angle of 146.25º 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 #469669 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.41.

Color convert

RGB70150105-
CMYK0.5300.300.41
HSL146.25º36.36%43.14%-
HSV(B)146.25º53.33%58.82%-
XYZ15.9824.1317.18-
YUV120.9511991.66-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.54%
GREEN value IS 150 (58.98% from 255) = 46.15%
BLUE value IS 105 (41.41% from 255) = 32.31%
R=21.54%
G=46.15%
B=32.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal701501050.5300.300.41146.2536.3643.14
Hex4696693501E2992242b
Octal10622615165036512224453
Binary100011010010110110100111010101111010100110010010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #469669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #469669; }

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

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

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

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

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

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

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

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