Html Css Color HEX #468060 Como

📋 copy color: '#468060'

red 70 ◦ green 128 ◦ blue 96

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

Shades of Como #468060

Tints of Como #468060

RGB

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

 GREEN value IS 128 (50.39% from 255) = 43.54%

 BLUE value IS 96 (37.89% from 255) = 32.65%

R = 23.81%
G = 43.54%
B = 32.65%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.25

 K value IS 0.50

RGB Variations

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

Color information

#468060 (or 0x468060) is known color: Como. HEX triplet: 46, 80 and 60. RGB value is (70,128,96). Sum of RGB (Red+Green+Blue) = 70+128+96=294 (38% of max value = 765). Red value is 70 (27.73% from 255 or 23.81% from 294); Green value is 128 (50.39% from 255 or 43.54% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 128 - color contains mainly: green. Hex color #468060 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468060 is #B97F9F. Grayscale: #6B6B6B. Windows color (decimal): -12156832 or 6324294. OLE color: 6324294.

HSL color Cylindrical-coordinate representation of color #468060: hue angle of 146.9º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #468060 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.50.

Color convert

RGB 70 128 96 -
CMYK 0.45 0 0.25 0.50
HSL 146.9º 0.29% 0.39% -
HSV(B) 146.9º 0.45% 0.5% -
XYZ 12.36 17.58 13.81 -
YUV 107.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 70 128 96 0.45 0 0.25 0.50 146.9 0.29 0.39
Hex 46 80 60 2D 0 19 32 93 1D 27
Octal 106 200 140 55 0 31 62 223 35 47
Binary 1000110 10000000 1100000 101101 0 11001 110010 10010011 11101 100111

Color Harmonies of #468060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468060

Black with #468060

Text Example


Text Example

White with #468060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468060; }

 p { color: rgb(70,128,96); }

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

background-color css

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

 a { background-color: rgb(70,128,96); }

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

border-color css

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

 span { border-color: rgb(70,128,96); }

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