Html Css Color HEX #468869 Viridian

📋 copy color: '#468869'

red 70 ◦ green 136 ◦ blue 105

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

Shades of Viridian #468869

Tints of Viridian #468869

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.73%

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

R = 22.51%
G = 43.73%
B = 33.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#468869 (or 0x468869) is known color: Viridian. HEX triplet: 46, 88 and 69. RGB value is (70,136,105). Sum of RGB (Red+Green+Blue) = 70+136+105=311 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.51% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 105 (41.41% from 255 or 33.76% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #468869 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468869 is #B97796. Grayscale: #707070. Windows color (decimal): -12154775 or 6916166. OLE color: 6916166.

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

Color convert

RGB 70 136 105 -
CMYK 0.49 0 0.23 0.47
HSL 151.82º 0.32% 0.4% -
HSV(B) 151.82º 0.49% 0.53% -
XYZ 13.88 19.93 16.48 -
YUV 112.73 123.63 97.52 -
System Red Green Blue C M Y K H S L
Decimal 70 136 105 0.49 0 0.23 0.47 151.82 0.32 0.4
Hex 46 88 69 31 0 17 2F 98 20 28
Octal 106 210 151 61 0 27 57 230 40 50
Binary 1000110 10001000 1101001 110001 0 10111 101111 10011000 100000 101000

Color Harmonies of #468869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468869

Black with #468869

Text Example


Text Example

White with #468869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #468869; }

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

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

background-color css

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

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

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

border-color css

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

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

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