Html Css Color HEX #468C65 Eucalyptus

📋 copy color: '#468C65'

red 70 ◦ green 140 ◦ blue 101

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

Shades of Eucalyptus #468C65

Tints of Eucalyptus #468C65

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.02%

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

R = 22.51%
G = 45.02%
B = 32.48%

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

#468C65 (or 0x468C65) is known color: Eucalyptus. HEX triplet: 46, 8C and 65. RGB value is (70,140,101). Sum of RGB (Red+Green+Blue) = 70+140+101=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 140 (55.08% from 255 or 45.02% from 311); Blue value is 101 (39.84% from 255 or 32.48% from 311); Max value from RGB is 140 - color contains mainly: green. Hex color #468C65 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468C65 is #B9739A. Grayscale: #727272. Windows color (decimal): -12153755 or 6655046. OLE color: 6655046.

HSL color Cylindrical-coordinate representation of color #468C65: hue angle of 146.57º degrees, saturation: 0.33, 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 #468C65 is Cyan = 0.50, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 140 101 -
CMYK 0.50 0 0.28 0.45
HSL 146.57º 0.33% 0.41% -
HSV(B) 146.57º 0.5% 0.55% -
XYZ 14.25 21 15.61 -
YUV 114.62 120.31 96.17 -
System Red Green Blue C M Y K H S L
Decimal 70 140 101 0.50 0 0.28 0.45 146.57 0.33 0.41
Hex 46 8C 65 32 0 1C 2D 93 21 29
Octal 106 214 145 62 0 34 55 223 41 51
Binary 1000110 10001100 1100101 110010 0 11100 101101 10010011 100001 101001

Color Harmonies of #468C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468C65

Black with #468C65

Text Example


Text Example

White with #468C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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