#6B8A7D

Color #6B8A7D Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #6B8A7D

Tints of Patina #6B8A7D

Color information

#6B8A7D (or 0x6B8A7D) is unknown color: approx Patina. HEX triplet: 6B, 8A and 7D. RGB value is (107,138,125). Sum of RGB (Red+Green+Blue) = 107+138+125=370 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.92% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 138 - color contains mainly: green. Hex color #6B8A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8A7D is #947582. Grayscale: #7F7F7F. Windows color (decimal): -9729411 or 8227435. OLE color: 8227435.

HSL color Cylindrical-coordinate representation of color #6B8A7D: hue angle of 154.84º 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 #6B8A7D is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB107138125-
CMYK0.2200.090.46
HSL154.84º12.65%48.04%-
HSV(B)154.84º22.46%54.12%-
XYZ18.8522.7822.81-
YUV127.25126.73113.56-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.92%
GREEN value IS 138 (54.30% from 255) = 37.30%
BLUE value IS 125 (49.22% from 255) = 33.78%
R=28.92%
G=37.30%
B=33.78%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1071381250.2200.090.46154.8412.6548.04
Hex6B8A7D16092E9bd30
Octal15321217526011562331560
Binary11010111000101011111011011001001101110100110111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B8A7D;
 }
 .AnyTagClassName
 {
   color: #6B8A7D;
 }
</style>
background-color css

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

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

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

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

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

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