Html Css Color HEX #468B67 Viridian

📋 copy color: '#468B67'

red 70 ◦ green 139 ◦ blue 103

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

Shades of Viridian #468B67

Tints of Viridian #468B67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 33.01%

R = 22.44%
G = 44.55%
B = 33.01%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#468B67 (or 0x468B67) is known color: Viridian. HEX triplet: 46, 8B and 67. RGB value is (70,139,103). Sum of RGB (Red+Green+Blue) = 70+139+103=312 (41% of max value = 765). Red value is 70 (27.73% from 255 or 22.44% from 312); Green value is 139 (54.69% from 255 or 44.55% from 312); Blue value is 103 (40.62% from 255 or 33.01% from 312); Max value from RGB is 139 - color contains mainly: green. Hex color #468B67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #468B67 is #B97498. Grayscale: #727272. Windows color (decimal): -12154009 or 6785862. OLE color: 6785862.

HSL color Cylindrical-coordinate representation of color #468B67: hue angle of 148.7º 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 #468B67 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 70 139 103 -
CMYK 0.50 0 0.26 0.45
HSL 148.7º 0.33% 0.41% -
HSV(B) 148.7º 0.5% 0.55% -
XYZ 14.21 20.75 16.09 -
YUV 114.27 121.64 96.43 -
System Red Green Blue C M Y K H S L
Decimal 70 139 103 0.50 0 0.26 0.45 148.7 0.33 0.41
Hex 46 8B 67 32 0 1A 2D 95 21 29
Octal 106 213 147 62 0 32 55 225 41 51
Binary 1000110 10001011 1100111 110010 0 11010 101101 10010101 100001 101001

Color Harmonies of #468B67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #468B67

Black with #468B67

Text Example


Text Example

White with #468B67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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