Html Css Color HEX #467B69 Viridian

📋 copy color: '#467B69'

red 70 ◦ green 123 ◦ blue 105

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

Shades of Viridian #467B69

Tints of Viridian #467B69

RGB

 RED value IS 70 (27.73% from 255) = 23.49%

 GREEN value IS 123 (48.44% from 255) = 41.28%

 BLUE value IS 105 (41.41% from 255) = 35.23%

R = 23.49%
G = 41.28%
B = 35.23%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#467B69 (or 0x467B69) is known color: Viridian. HEX triplet: 46, 7B and 69. RGB value is (70,123,105). Sum of RGB (Red+Green+Blue) = 70+123+105=298 (39% of max value = 765). Red value is 70 (27.73% from 255 or 23.49% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #467B69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #467B69 is #B98496. Grayscale: #696969. Windows color (decimal): -12158103 or 6912838. OLE color: 6912838.

HSL color Cylindrical-coordinate representation of color #467B69: hue angle of 159.62º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #467B69 is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 70 123 105 -
CMYK 0.43 0 0.15 0.52
HSL 159.62º 0.27% 0.38% -
HSV(B) 159.62º 0.43% 0.48% -
XYZ 12.16 16.49 15.91 -
YUV 105.1 127.94 102.96 -
System Red Green Blue C M Y K H S L
Decimal 70 123 105 0.43 0 0.15 0.52 159.62 0.27 0.38
Hex 46 7B 69 2B 0 F 34 A0 1B 26
Octal 106 173 151 53 0 17 64 240 33 46
Binary 1000110 1111011 1101001 101011 0 1111 110100 10100000 11011 100110

Color Harmonies of #467B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #467B69

Black with #467B69

Text Example


Text Example

White with #467B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #467B69;
 }
 .AnyTagClassName
 {
   color: #467B69;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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