Html Css Color HEX #6B8B81 Patina

📋 copy color: '#6B8B81'

red 107 ◦ green 139 ◦ blue 129

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

Shades of Patina #6B8B81

Tints of Patina #6B8B81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 34.4%

R = 28.53%
G = 37.07%
B = 34.4%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#6B8B81 (or 0x6B8B81) is known color: Patina. HEX triplet: 6B, 8B and 81. RGB value is (107,139,129). Sum of RGB (Red+Green+Blue) = 107+139+129=375 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.53% from 375); Green value is 139 (54.69% from 255 or 37.07% from 375); Blue value is 129 (50.78% from 255 or 34.4% from 375); Max value from RGB is 139 - color contains mainly: green. Hex color #6B8B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8B81 is #94747E. Grayscale: #808080. Windows color (decimal): -9729151 or 8489835. OLE color: 8489835.

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

Color convert

RGB 107 139 129 -
CMYK 0.23 0 0.07 0.45
HSL 161.25º 0.13% 0.48% -
HSV(B) 161.25º 0.23% 0.55% -
XYZ 19.26 23.18 24.23 -
YUV 128.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 107 139 129 0.23 0 0.07 0.45 161.25 0.13 0.48
Hex 6B 8B 81 17 0 7 2D A1 D 30
Octal 153 213 201 27 0 7 55 241 15 60
Binary 1101011 10001011 10000001 10111 0 111 101101 10100001 1101 110000

Color Harmonies of #6B8B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8B81

Black with #6B8B81

Text Example


Text Example

White with #6B8B81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(107,139,129); }

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

background-color css

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

 a { background-color: rgb(107,139,129); }

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

border-color css

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

 span { border-color: rgb(107,139,129); }

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