Html Css Color HEX #468D65 Eucalyptus

📋 copy color: '#468D65'

red 70 ◦ green 141 ◦ blue 101

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

Shades of Eucalyptus #468D65

Tints of Eucalyptus #468D65

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.19%

 BLUE value IS 101 (39.84% from 255) = 32.37%

R = 22.44%
G = 45.19%
B = 32.37%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#468D65 (or 0x468D65) is known color: Eucalyptus. HEX triplet: 46, 8D and 65. RGB value is (70,141,101). Sum of RGB (Red+Green+Blue) = 70+141+101=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #468D65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468D65 is #B9729A. Grayscale: #737373. Windows color (decimal): -12153499 or 6655302. OLE color: 6655302.

HSL color Cylindrical-coordinate representation of color #468D65: hue angle of 146.2º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468D65 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 141 101 -
CMYK 0.50 0 0.28 0.45
HSL 146.2º 0.34% 0.41% -
HSV(B) 146.2º 0.5% 0.55% -
XYZ 14.4 21.29 15.66 -
YUV 115.21 119.98 95.75 -
System Red Green Blue C M Y K H S L
Decimal 70 141 101 0.50 0 0.28 0.45 146.2 0.34 0.41
Hex 46 8D 65 32 0 1C 2D 92 22 29
Octal 106 215 145 62 0 34 55 222 42 51
Binary 1000110 10001101 1100101 110010 0 11100 101101 10010010 100010 101001

Color Harmonies of #468D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468D65

Black with #468D65

Text Example


Text Example

White with #468D65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468D65; }

 p { color: rgb(70,141,101); }

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

background-color css

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

 a { background-color: rgb(70,141,101); }

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

border-color css

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

 span { border-color: rgb(70,141,101); }

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