#468F77

Color #468F77 Viridian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viridian #468F77

Tints of Viridian #468F77

Color information

#468F77 (or 0x468F77) is unknown color: approx Viridian. HEX triplet: 46, 8F and 77. RGB value is (70,143,119). Sum of RGB (Red+Green+Blue) = 70+143+119=332 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.08% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 143 - color contains mainly: green. Hex color #468F77 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468F77 is #B97088. Grayscale: #767676. Windows color (decimal): -12152969 or 7835462. OLE color: 7835462.

HSL color Cylindrical-coordinate representation of color #468F77: hue angle of 160.27º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #468F77 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.44.

Color convert

RGB70143119-
CMYK0.5100.170.44
HSL160.27º34.27%41.76%-
HSV(B)160.27º51.05%56.08%-
XYZ15.6822.2820.93-
YUV118.44128.3293.45-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.08%
GREEN value IS 143 (56.25% from 255) = 43.07%
BLUE value IS 119 (46.88% from 255) = 35.84%
R=21.08%
G=43.07%
B=35.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal701431190.5100.170.44160.2734.2741.76
Hex468F77330112Ca0222a
Octal10621716763021542404252
Binary100011010001111111011111001101000110110010100000100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468F77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #468F77;
 }
 .AnyTagClassName
 {
   color: #468F77;
 }
</style>
background-color css

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

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

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

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

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

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