Html Css Color HEX #467760 Como

📋 copy color: '#467760'

red 70 ◦ green 119 ◦ blue 96

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

Shades of Como #467760

Tints of Como #467760

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.75%

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

R = 24.56%
G = 41.75%
B = 33.68%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.19

 K value IS 0.53

RGB Variations

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

Color information

#467760 (or 0x467760) is known color: Como. HEX triplet: 46, 77 and 60. RGB value is (70,119,96). Sum of RGB (Red+Green+Blue) = 70+119+96=285 (37% of max value = 765). Red value is 70 (27.73% from 255 or 24.56% from 285); Green value is 119 (46.88% from 255 or 41.75% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 119 - color contains mainly: green. Hex color #467760 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467760 is #B9889F. Grayscale: #656565. Windows color (decimal): -12159136 or 6321990. OLE color: 6321990.

HSL color Cylindrical-coordinate representation of color #467760: hue angle of 151.84º degrees, saturation: 0.26, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #467760 is Cyan = 0.41, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.53.

Color convert

RGB 70 119 96 -
CMYK 0.41 0 0.19 0.53
HSL 151.84º 0.26% 0.37% -
HSV(B) 151.84º 0.41% 0.47% -
XYZ 11.23 15.34 13.44 -
YUV 101.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 70 119 96 0.41 0 0.19 0.53 151.84 0.26 0.37
Hex 46 77 60 29 0 13 35 98 1A 25
Octal 106 167 140 51 0 23 65 230 32 45
Binary 1000110 1110111 1100000 101001 0 10011 110101 10011000 11010 100101

Color Harmonies of #467760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467760

Black with #467760

Text Example


Text Example

White with #467760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467760; }

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

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

background-color css

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

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

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

border-color css

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

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

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