Html Css Color HEX #468160 Como

📋 copy color: '#468160'

red 70 ◦ green 129 ◦ blue 96

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

Shades of Como #468160

Tints of Como #468160

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.73%

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

R = 23.73%
G = 43.73%
B = 32.54%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.26

 K value IS 0.49

RGB Variations

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

Color information

#468160 (or 0x468160) is known color: Como. HEX triplet: 46, 81 and 60. RGB value is (70,129,96). Sum of RGB (Red+Green+Blue) = 70+129+96=295 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.73% from 295); Green value is 129 (50.78% from 255 or 43.73% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 129 - color contains mainly: green. Hex color #468160 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468160 is #B97E9F. Grayscale: #6B6B6B. Windows color (decimal): -12156576 or 6324550. OLE color: 6324550.

HSL color Cylindrical-coordinate representation of color #468160: hue angle of 146.44º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #468160 is Cyan = 0.46, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB 70 129 96 -
CMYK 0.46 0 0.26 0.49
HSL 146.44º 0.3% 0.39% -
HSV(B) 146.44º 0.46% 0.51% -
XYZ 12.49 17.85 13.85 -
YUV 107.6 121.45 101.18 -
System Red Green Blue C M Y K H S L
Decimal 70 129 96 0.46 0 0.26 0.49 146.44 0.3 0.39
Hex 46 81 60 2E 0 1A 31 92 1E 27
Octal 106 201 140 56 0 32 61 222 36 47
Binary 1000110 10000001 1100000 101110 0 11010 110001 10010010 11110 100111

Color Harmonies of #468160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468160

Black with #468160

Text Example


Text Example

White with #468160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468160; }

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

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

background-color css

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

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

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

border-color css

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

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

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