Html Css Color HEX #6B8A80 Patina

📋 copy color: '#6B8A80'

red 107 ◦ green 138 ◦ blue 128

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

Shades of Patina #6B8A80

Tints of Patina #6B8A80

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37%

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

R = 28.69%
G = 37%
B = 34.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.07

 K value IS 0.46

RGB Variations

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

Color information

#6B8A80 (or 0x6B8A80) is known color: Patina. HEX triplet: 6B, 8A and 80. RGB value is (107,138,128). Sum of RGB (Red+Green+Blue) = 107+138+128=373 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.69% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 128 (50.39% from 255 or 34.32% from 373); Max value from RGB is 138 - color contains mainly: green. Hex color #6B8A80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8A80 is #94757F. Grayscale: #7F7F7F. Windows color (decimal): -9729408 or 8424043. OLE color: 8424043.

HSL color Cylindrical-coordinate representation of color #6B8A80: hue angle of 160.65º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B8A80 is Cyan = 0.22, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.46.

Color convert

RGB 107 138 128 -
CMYK 0.22 0 0.07 0.46
HSL 160.65º 0.13% 0.48% -
HSV(B) 160.65º 0.22% 0.54% -
XYZ 19.05 22.86 23.83 -
YUV 127.59 128.23 113.31 -
System Red Green Blue C M Y K H S L
Decimal 107 138 128 0.22 0 0.07 0.46 160.65 0.13 0.48
Hex 6B 8A 80 16 0 7 2E A1 D 30
Octal 153 212 200 26 0 7 56 241 15 60
Binary 1101011 10001010 10000000 10110 0 111 101110 10100001 1101 110000

Color Harmonies of #6B8A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8A80

Black with #6B8A80

Text Example


Text Example

White with #6B8A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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