Html Css Color HEX #469468 Eucalyptus

📋 copy color: '#469468'

red 70 ◦ green 148 ◦ blue 104

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

Shades of Eucalyptus #469468

Tints of Eucalyptus #469468

RGB

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

 GREEN value IS 148 (58.2% from 255) = 45.96%

 BLUE value IS 104 (41.02% from 255) = 32.3%

R = 21.74%
G = 45.96%
B = 32.3%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#469468 (or 0x469468) is known color: Eucalyptus. HEX triplet: 46, 94 and 68. RGB value is (70,148,104). Sum of RGB (Red+Green+Blue) = 70+148+104=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 148 (58.20% from 255 or 45.96% from 322); Blue value is 104 (41.02% from 255 or 32.30% from 322); Max value from RGB is 148 - color contains mainly: green. Hex color #469468 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #469468 is #B96B97. Grayscale: #777777. Windows color (decimal): -12151704 or 6853702. OLE color: 6853702.

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

Color convert

RGB 70 148 104 -
CMYK 0.53 0 0.30 0.42
HSL 146.15º 0.36% 0.43% -
HSV(B) 146.15º 0.53% 0.58% -
XYZ 15.61 23.48 16.81 -
YUV 119.66 119.16 92.58 -
System Red Green Blue C M Y K H S L
Decimal 70 148 104 0.53 0 0.30 0.42 146.15 0.36 0.43
Hex 46 94 68 35 0 1E 2A 92 24 2B
Octal 106 224 150 65 0 36 52 222 44 53
Binary 1000110 10010100 1101000 110101 0 11110 101010 10010010 100100 101011

Color Harmonies of #469468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #469468

Black with #469468

Text Example


Text Example

White with #469468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #469468; }

 p { color: rgb(70,148,104); }

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

background-color css

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

 a { background-color: rgb(70,148,104); }

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

border-color css

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

 span { border-color: rgb(70,148,104); }

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