Html Css Color HEX #467960 Como

📋 copy color: '#467960'

red 70 ◦ green 121 ◦ blue 96

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

Shades of Como #467960

Tints of Como #467960

RGB

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

 GREEN value IS 121 (47.66% from 255) = 42.16%

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

R = 24.39%
G = 42.16%
B = 33.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.21

 K value IS 0.53

RGB Variations

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

Color information

#467960 (or 0x467960) is known color: Como. HEX triplet: 46, 79 and 60. RGB value is (70,121,96). Sum of RGB (Red+Green+Blue) = 70+121+96=287 (38% of max value = 765). Red value is 70 (27.73% from 255 or 24.39% from 287); Green value is 121 (47.66% from 255 or 42.16% from 287); Blue value is 96 (37.89% from 255 or 33.45% from 287); Max value from RGB is 121 - color contains mainly: green. Hex color #467960 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467960 is #B9869F. Grayscale: #666666. Windows color (decimal): -12158624 or 6322502. OLE color: 6322502.

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

Color convert

RGB 70 121 96 -
CMYK 0.42 0 0.21 0.53
HSL 150.59º 0.27% 0.37% -
HSV(B) 150.59º 0.42% 0.47% -
XYZ 11.47 15.82 13.52 -
YUV 102.9 124.1 104.53 -
System Red Green Blue C M Y K H S L
Decimal 70 121 96 0.42 0 0.21 0.53 150.59 0.27 0.37
Hex 46 79 60 2A 0 15 35 97 1B 25
Octal 106 171 140 52 0 25 65 227 33 45
Binary 1000110 1111001 1100000 101010 0 10101 110101 10010111 11011 100101

Color Harmonies of #467960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467960

Black with #467960

Text Example


Text Example

White with #467960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #467960; }

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

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

background-color css

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

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

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

border-color css

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

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

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