Html Css Color HEX #468676 Viridian

📋 copy color: '#468676'

red 70 ◦ green 134 ◦ blue 118

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

Shades of Viridian #468676

Tints of Viridian #468676

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.61%

 BLUE value IS 118 (46.48% from 255) = 36.65%

R = 21.74%
G = 41.61%
B = 36.65%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.47

RGB Variations

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

Color information

#468676 (or 0x468676) is known color: Viridian. HEX triplet: 46, 86 and 76. RGB value is (70,134,118). Sum of RGB (Red+Green+Blue) = 70+134+118=322 (42% of max value = 765). Red value is 70 (27.73% from 255 or 21.74% from 322); Green value is 134 (52.73% from 255 or 41.61% from 322); Blue value is 118 (46.48% from 255 or 36.65% from 322); Max value from RGB is 134 - color contains mainly: green. Hex color #468676 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468676 is #B97989. Grayscale: #717171. Windows color (decimal): -12155274 or 7767622. OLE color: 7767622.

HSL color Cylindrical-coordinate representation of color #468676: hue angle of 165º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #468676 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.47.

Color convert

RGB 70 134 118 -
CMYK 0.48 0 0.12 0.47
HSL 165º 0.31% 0.4% -
HSV(B) 165º 0.48% 0.53% -
XYZ 14.32 19.66 20.18 -
YUV 113.04 130.8 97.3 -
System Red Green Blue C M Y K H S L
Decimal 70 134 118 0.48 0 0.12 0.47 165 0.31 0.4
Hex 46 86 76 30 0 C 2F A5 1F 28
Octal 106 206 166 60 0 14 57 245 37 50
Binary 1000110 10000110 1110110 110000 0 1100 101111 10100101 11111 101000

Color Harmonies of #468676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468676

Black with #468676

Text Example


Text Example

White with #468676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468676; }

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

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

background-color css

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

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

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

border-color css

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

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

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