Html Css Color HEX #469066 Eucalyptus

📋 copy color: '#469066'

red 70 ◦ green 144 ◦ blue 102

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

Shades of Eucalyptus #469066

Tints of Eucalyptus #469066

RGB

 RED value IS 70 (27.73% from 255) = 22.15%

 GREEN value IS 144 (56.64% from 255) = 45.57%

 BLUE value IS 102 (40.23% from 255) = 32.28%

R = 22.15%
G = 45.57%
B = 32.28%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#469066 (or 0x469066) is known color: Eucalyptus. HEX triplet: 46, 90 and 66. RGB value is (70,144,102). Sum of RGB (Red+Green+Blue) = 70+144+102=316 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.15% from 316); Green value is 144 (56.64% from 255 or 45.57% from 316); Blue value is 102 (40.23% from 255 or 32.28% from 316); Max value from RGB is 144 - color contains mainly: green. Hex color #469066 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469066 is #B96F99. Grayscale: #757575. Windows color (decimal): -12152730 or 6721606. OLE color: 6721606.

HSL color Cylindrical-coordinate representation of color #469066: hue angle of 145.95º degrees, saturation: 0.35, 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 #469066 is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 70 144 102 -
CMYK 0.51 0 0.29 0.44
HSL 145.95º 0.35% 0.42% -
HSV(B) 145.95º 0.51% 0.56% -
XYZ 14.9 22.21 16.07 -
YUV 117.09 119.48 94.42 -
System Red Green Blue C M Y K H S L
Decimal 70 144 102 0.51 0 0.29 0.44 145.95 0.35 0.42
Hex 46 90 66 33 0 1D 2C 92 23 2A
Octal 106 220 146 63 0 35 54 222 43 52
Binary 1000110 10010000 1100110 110011 0 11101 101100 10010010 100011 101010

Color Harmonies of #469066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469066

Black with #469066

Text Example


Text Example

White with #469066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469066; }

 p { color: rgb(70,144,102); }

 H1.HeaderClassName
 {
   color: #469066;
 }
 .AnyTagClassName
 {
   color: #469066;
 }
</style>

background-color css

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

 a { background-color: rgb(70,144,102); }

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

border-color css

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

 span { border-color: rgb(70,144,102); }

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