#6B967B

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

Shades of Oxley #6B967B

Tints of Oxley #6B967B

Color information

#6B967B (or 0x6B967B) is unknown color: approx Oxley. HEX triplet: 6B, 96 and 7B. RGB value is (107,150,123). Sum of RGB (Red+Green+Blue) = 107+150+123=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 150 (58.98% from 255 or 39.47% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 150 - color contains mainly: green. Hex color #6B967B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B967B is #946984. Grayscale: #868686. Windows color (decimal): -9726341 or 8099435. OLE color: 8099435.

HSL color Cylindrical-coordinate representation of color #6B967B: hue angle of 142.33º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6B967B is Cyan = 0.29, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB107150123-
CMYK0.2900.180.41
HSL142.33º17%50.39%-
HSV(B)142.33º28.67%58.82%-
XYZ20.5426.3722.75-
YUV134.06121.75108.7-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.16%
GREEN value IS 150 (58.98% from 255) = 39.47%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=28.16%
G=39.47%
B=32.37%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1071501230.2900.180.41142.331750.39
Hex6B967B1D012298e1132
Octal15322617335022512162162
Binary1101011100101101111011111010100101010011000111010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B967B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,150,123); }

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

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

 a { background-color: rgb(107,150,123); }

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

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

 span { border-color: rgb(107,150,123); }

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