#467F69

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

Shades of Viridian #467F69

Tints of Viridian #467F69

Color information

#467F69 (or 0x467F69) is unknown color: approx Viridian. HEX triplet: 46, 7F and 69. RGB value is (70,127,105). Sum of RGB (Red+Green+Blue) = 70+127+105=302 (40% of max value = 765). Red value is 70 (27.73% from 255 or 23.18% from 302); Green value is 127 (50% from 255 or 42.05% from 302); Blue value is 105 (41.41% from 255 or 34.77% from 302); Max value from RGB is 127 - color contains mainly: green. Hex color #467F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467F69 is #B98096. Grayscale: #6B6B6B. Windows color (decimal): -12157079 or 6913862. OLE color: 6913862.

HSL color Cylindrical-coordinate representation of color #467F69: hue angle of 156.84º 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 #467F69 is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB70127105-
CMYK0.4500.170.50
HSL156.84º28.93%38.63%-
HSV(B)156.84º44.88%49.8%-
XYZ12.6617.516.08-
YUV107.45126.62101.29-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 23.18%
GREEN value IS 127 (50% from 255) = 42.05%
BLUE value IS 105 (41.41% from 255) = 34.77%
R=23.18%
G=42.05%
B=34.77%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal701271050.4500.170.50156.8428.9338.63
Hex467F692D011329d1d27
Octal10617715155021622353547
Binary1000110111111111010011011010100011100101001110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #467F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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