#6B947B

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

Shades of Oxley #6B947B

Tints of Oxley #6B947B

Color information

#6B947B (or 0x6B947B) is unknown color: approx Oxley. HEX triplet: 6B, 94 and 7B. RGB value is (107,148,123). Sum of RGB (Red+Green+Blue) = 107+148+123=378 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.31% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #6B947B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B947B is #946B84. Grayscale: #848484. Windows color (decimal): -9726853 or 8098923. OLE color: 8098923.

HSL color Cylindrical-coordinate representation of color #6B947B: hue angle of 143.41º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B947B is Cyan = 0.28, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB107148123-
CMYK0.2800.170.42
HSL143.41º16.08%50%-
HSV(B)143.41º27.7%58.04%-
XYZ20.2325.7422.64-
YUV132.89122.42109.53-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.31%
GREEN value IS 148 (58.20% from 255) = 39.15%
BLUE value IS 123 (48.44% from 255) = 32.54%
R=28.31%
G=39.15%
B=32.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1071481230.2800.170.42143.4116.0850
Hex6B947B1C0112A8f1032
Octal15322417334021522172062
Binary1101011100101001111011111000100011010101000111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B947B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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