#6B8D76

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

Shades of Oxley #6B8D76

Tints of Oxley #6B8D76

Color information

#6B8D76 (or 0x6B8D76) is unknown color: approx Oxley. HEX triplet: 6B, 8D and 76. RGB value is (107,141,118). Sum of RGB (Red+Green+Blue) = 107+141+118=366 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.23% from 366); Green value is 141 (55.47% from 255 or 38.52% from 366); Blue value is 118 (46.48% from 255 or 32.24% from 366); Max value from RGB is 141 - color contains mainly: green. Hex color #6B8D76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B8D76 is #947289. Grayscale: #808080. Windows color (decimal): -9728650 or 7769451. OLE color: 7769451.

HSL color Cylindrical-coordinate representation of color #6B8D76: hue angle of 139.41º 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 #6B8D76 is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB107141118-
CMYK0.2400.160.45
HSL139.41º13.71%48.63%-
HSV(B)139.41º24.11%55.29%-
XYZ18.8623.4820.68-
YUV128.21122.24112.87-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 29.23%
GREEN value IS 141 (55.47% from 255) = 38.52%
BLUE value IS 118 (46.48% from 255) = 32.24%
R=29.23%
G=38.52%
B=32.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1071411180.2400.160.45139.4113.7148.63
Hex6B8D76180102D8be31
Octal15321516630020552131661
Binary110101110001101111011011000010000101101100010111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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