Html Css Color HEX #468B69 Viridian

📋 copy color: '#468B69'

red 70 ◦ green 139 ◦ blue 105

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

Shades of Viridian #468B69

Tints of Viridian #468B69

RGB

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

 GREEN value IS 139 (54.69% from 255) = 44.27%

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

R = 22.29%
G = 44.27%
B = 33.44%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#468B69 (or 0x468B69) is known color: Viridian. HEX triplet: 46, 8B and 69. RGB value is (70,139,105). Sum of RGB (Red+Green+Blue) = 70+139+105=314 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.29% from 314); Green value is 139 (54.69% from 255 or 44.27% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 139 - color contains mainly: green. Hex color #468B69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468B69 is #B97496. Grayscale: #727272. Windows color (decimal): -12154007 or 6916934. OLE color: 6916934.

HSL color Cylindrical-coordinate representation of color #468B69: hue angle of 150.43º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #468B69 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 139 105 -
CMYK 0.50 0 0.24 0.45
HSL 150.43º 0.33% 0.41% -
HSV(B) 150.43º 0.5% 0.55% -
XYZ 14.31 20.79 16.62 -
YUV 114.49 122.64 96.26 -
System Red Green Blue C M Y K H S L
Decimal 70 139 105 0.50 0 0.24 0.45 150.43 0.33 0.41
Hex 46 8B 69 32 0 18 2D 96 21 29
Octal 106 213 151 62 0 30 55 226 41 51
Binary 1000110 10001011 1101001 110010 0 11000 101101 10010110 100001 101001

Color Harmonies of #468B69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468B69

Black with #468B69

Text Example


Text Example

White with #468B69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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