Html Css Color HEX #469669 Eucalyptus

📋 copy color: '#469669'

red 70 ◦ green 150 ◦ blue 105

#469669
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eucalyptus #469669

Tints of Eucalyptus #469669

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 value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.41

RGB Variations

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

Color information

#469669 (or 0x469669) is known color: 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

RGB 70 150 105 -
CMYK 0.53 0 0.30 0.41
HSL 146.25º 0.36% 0.43% -
HSV(B) 146.25º 0.53% 0.59% -
XYZ 15.98 24.13 17.18 -
YUV 120.95 119 91.66 -
System Red Green Blue C M Y K H S L
Decimal 70 150 105 0.53 0 0.30 0.41 146.25 0.36 0.43
Hex 46 96 69 35 0 1E 29 92 24 2B
Octal 106 226 151 65 0 36 51 222 44 53
Binary 1000110 10010110 1101001 110101 0 11110 101001 10010010 100100 101011

Color Harmonies of #469669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469669

Black with #469669

Text Example


Text Example

White with #469669

Text Example


Text Example

HTML Codes & Css Web 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>