Html Css Color HEX #6B8D81 Patina

📋 copy color: '#6B8D81'

red 107 ◦ green 141 ◦ blue 129

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

Shades of Patina #6B8D81

Tints of Patina #6B8D81

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.4%

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

R = 28.38%
G = 37.4%
B = 34.22%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#6B8D81 (or 0x6B8D81) is known color: Patina. HEX triplet: 6B, 8D and 81. RGB value is (107,141,129). Sum of RGB (Red+Green+Blue) = 107+141+129=377 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.38% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #6B8D81 is #94727E. Grayscale: #818181. Windows color (decimal): -9728639 or 8490347. OLE color: 8490347.

HSL color Cylindrical-coordinate representation of color #6B8D81: hue angle of 158.82º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6B8D81 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 107 141 129 -
CMYK 0.24 0 0.09 0.45
HSL 158.82º 0.14% 0.49% -
HSV(B) 158.82º 0.24% 0.55% -
XYZ 19.55 23.76 24.32 -
YUV 129.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 107 141 129 0.24 0 0.09 0.45 158.82 0.14 0.49
Hex 6B 8D 81 18 0 9 2D 9F E 31
Octal 153 215 201 30 0 11 55 237 16 61
Binary 1101011 10001101 10000001 11000 0 1001 101101 10011111 1110 110001

Color Harmonies of #6B8D81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B8D81

Black with #6B8D81

Text Example


Text Example

White with #6B8D81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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