Html Css Color HEX #6B9780 Patina

📋 copy color: '#6B9780'

red 107 ◦ green 151 ◦ blue 128

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

Shades of Patina #6B9780

Tints of Patina #6B9780

RGB

 RED value IS 107 (42.19% from 255) = 27.72%

 GREEN value IS 151 (59.38% from 255) = 39.12%

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

R = 27.72%
G = 39.12%
B = 33.16%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#6B9780 (or 0x6B9780) is known color: Patina. HEX triplet: 6B, 97 and 80. RGB value is (107,151,128). Sum of RGB (Red+Green+Blue) = 107+151+128=386 (51% of max value = 765). Red value is 107 (42.19% from 255 or 27.72% from 386); Green value is 151 (59.38% from 255 or 39.12% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 151 - color contains mainly: green. Hex color #6B9780 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B9780 is #94687F. Grayscale: #878787. Windows color (decimal): -9726080 or 8427371. OLE color: 8427371.

HSL color Cylindrical-coordinate representation of color #6B9780: hue angle of 148.64º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B9780 is Cyan = 0.29, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 107 151 128 -
CMYK 0.29 0 0.15 0.41
HSL 148.64º 0.17% 0.51% -
HSV(B) 148.64º 0.29% 0.59% -
XYZ 21.03 26.82 24.49 -
YUV 135.22 123.92 107.87 -
System Red Green Blue C M Y K H S L
Decimal 107 151 128 0.29 0 0.15 0.41 148.64 0.17 0.51
Hex 6B 97 80 1D 0 F 29 95 11 33
Octal 153 227 200 35 0 17 51 225 21 63
Binary 1101011 10010111 10000000 11101 0 1111 101001 10010101 10001 110011

Color Harmonies of #6B9780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B9780

Black with #6B9780

Text Example


Text Example

White with #6B9780

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,151,128); }

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

background-color css

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

 a { background-color: rgb(107,151,128); }

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

border-color css

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

 span { border-color: rgb(107,151,128); }

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