#467F6B

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

Shades of Viridian #467F6B

Tints of Viridian #467F6B

Color information

#467F6B (or 0x467F6B) is unknown color: approx Viridian. HEX triplet: 46, 7F and 6B. RGB value is (70,127,107). Sum of RGB (Red+Green+Blue) = 70+127+107=304 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.03% from 304); Green value is 127 (50% from 255 or 41.78% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 127 - color contains mainly: green. Hex color #467F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467F6B is #B98094. Grayscale: #6B6B6B. Windows color (decimal): -12157077 or 7044934. OLE color: 7044934.

HSL color Cylindrical-coordinate representation of color #467F6B: hue angle of 158.95º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #467F6B is Cyan = 0.45, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB70127107-
CMYK0.4500.160.50
HSL158.95º28.93%38.63%-
HSV(B)158.95º44.88%49.8%-
XYZ12.7717.5416.62-
YUV107.68127.62101.13-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.03%
GREEN value IS 127 (50% from 255) = 41.78%
BLUE value IS 107 (42.19% from 255) = 35.20%
R=23.03%
G=41.78%
B=35.20%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal701271070.4500.160.50158.9528.9338.63
Hex467F6B2D010329f1d27
Octal10617715355020622373547
Binary1000110111111111010111011010100001100101001111111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #467F6B; }

 p { color: rgb(70,127,107); }

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

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

 a { background-color: rgb(70,127,107); }

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

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

 span { border-color: rgb(70,127,107); }

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