#6B9475

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

Shades of Oxley #6B9475

Tints of Oxley #6B9475

Color information

#6B9475 (or 0x6B9475) is unknown color: approx Oxley. HEX triplet: 6B, 94 and 75. RGB value is (107,148,117). Sum of RGB (Red+Green+Blue) = 107+148+117=372 (49% of max value = 765). Red value is 107 (42.19% from 255 or 28.76% from 372); Green value is 148 (58.20% from 255 or 39.78% from 372); Blue value is 117 (46.09% from 255 or 31.45% from 372); Max value from RGB is 148 - color contains mainly: green. Hex color #6B9475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6B9475 is #946B8A. Grayscale: #848484. Windows color (decimal): -9726859 or 7705707. OLE color: 7705707.

HSL color Cylindrical-coordinate representation of color #6B9475: hue angle of 134.63º 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 #6B9475 is Cyan = 0.28, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB107148117-
CMYK0.2800.210.42
HSL134.63º16.08%50%-
HSV(B)134.63º27.7%58.04%-
XYZ19.8625.5920.72-
YUV132.21119.42110.02-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.76%
GREEN value IS 148 (58.20% from 255) = 39.78%
BLUE value IS 117 (46.09% from 255) = 31.45%
R=28.76%
G=39.78%
B=31.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1071481170.2800.210.42134.6316.0850
Hex6B94751C0152A871032
Octal15322416534025522072062
Binary1101011100101001110101111000101011010101000011110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B9475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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