#468B76

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

Shades of Viridian #468B76

Tints of Viridian #468B76

Color information

#468B76 (or 0x468B76) is unknown color: approx Viridian. HEX triplet: 46, 8B and 76. RGB value is (70,139,118). Sum of RGB (Red+Green+Blue) = 70+139+118=327 (43% of max value = 765). Red value is 70 (27.73% from 255 or 21.41% from 327); Green value is 139 (54.69% from 255 or 42.51% from 327); Blue value is 118 (46.48% from 255 or 36.09% from 327); Max value from RGB is 139 - color contains mainly: green. Hex color #468B76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468B76 is #B97489. Grayscale: #737373. Windows color (decimal): -12153994 or 7768902. OLE color: 7768902.

HSL color Cylindrical-coordinate representation of color #468B76: hue angle of 161.74º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468B76 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.45.

Color convert

RGB70139118-
CMYK0.5000.150.45
HSL161.74º33.01%40.98%-
HSV(B)161.74º49.64%54.51%-
XYZ15.0321.0820.42-
YUV115.98129.1495.21-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 21.41%
GREEN value IS 139 (54.69% from 255) = 42.51%
BLUE value IS 118 (46.48% from 255) = 36.09%
R=21.41%
G=42.51%
B=36.09%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal701391180.5000.150.45161.7433.0140.98
Hex468B76320F2Da22129
Octal10621316662017552424151
Binary10001101000101111101101100100111110110110100010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #468B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(70,139,118); }

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

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

 a { background-color: rgb(70,139,118); }

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

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

 span { border-color: rgb(70,139,118); }

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