Html Css Color HEX #6E9380 Patina

📋 copy color: '#6E9380'

red 110 ◦ green 147 ◦ blue 128

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

Shades of Patina #6E9380

Tints of Patina #6E9380

RGB

 RED value IS 110 (43.36% from 255) = 28.57%

 GREEN value IS 147 (57.81% from 255) = 38.18%

 BLUE value IS 128 (50.39% from 255) = 33.25%

R = 28.57%
G = 38.18%
B = 33.25%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#6E9380 (or 0x6E9380) is known color: Patina. HEX triplet: 6E, 93 and 80. RGB value is (110,147,128). Sum of RGB (Red+Green+Blue) = 110+147+128=385 (50% of max value = 765). Red value is 110 (43.36% from 255 or 28.57% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #6E9380 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6E9380 is #916C7F. Grayscale: #858585. Windows color (decimal): -9530496 or 8426350. OLE color: 8426350.

HSL color Cylindrical-coordinate representation of color #6E9380: hue angle of 149.19º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6E9380 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 110 147 128 -
CMYK 0.25 0 0.13 0.42
HSL 149.19º 0.15% 0.5% -
HSV(B) 149.19º 0.25% 0.58% -
XYZ 20.76 25.74 24.3 -
YUV 133.77 124.74 111.04 -
System Red Green Blue C M Y K H S L
Decimal 110 147 128 0.25 0 0.13 0.42 149.19 0.15 0.5
Hex 6E 93 80 19 0 D 2A 95 F 32
Octal 156 223 200 31 0 15 52 225 17 62
Binary 1101110 10010011 10000000 11001 0 1101 101010 10010101 1111 110010

Color Harmonies of #6E9380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9380

Black with #6E9380

Text Example


Text Example

White with #6E9380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6E9380; }

 p { color: rgb(110,147,128); }

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

background-color css

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

 a { background-color: rgb(110,147,128); }

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

border-color css

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

 span { border-color: rgb(110,147,128); }

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