Html Css Color HEX #467F69 Viridian

📋 copy color: '#467F69'

red 70 ◦ green 127 ◦ blue 105

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

Shades of Viridian #467F69

Tints of Viridian #467F69

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 value IS 0.45

 M value IS 0

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#467F69 (or 0x467F69) is known color: 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

RGB 70 127 105 -
CMYK 0.45 0 0.17 0.50
HSL 156.84º 0.29% 0.39% -
HSV(B) 156.84º 0.45% 0.5% -
XYZ 12.66 17.5 16.08 -
YUV 107.45 126.62 101.29 -
System Red Green Blue C M Y K H S L
Decimal 70 127 105 0.45 0 0.17 0.50 156.84 0.29 0.39
Hex 46 7F 69 2D 0 11 32 9D 1D 27
Octal 106 177 151 55 0 21 62 235 35 47
Binary 1000110 1111111 1101001 101101 0 10001 110010 10011101 11101 100111

Color Harmonies of #467F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467F69

Black with #467F69

Text Example


Text Example

White with #467F69

Text Example


Text Example

HTML Codes & Css Web 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>