#6A9175

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

Shades of Oxley #6A9175

Tints of Oxley #6A9175

Color information

#6A9175 (or 0x6A9175) is unknown color: approx Oxley. HEX triplet: 6A, 91 and 75. RGB value is (106,145,117). Sum of RGB (Red+Green+Blue) = 106+145+117=368 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.80% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 145 - color contains mainly: green. Hex color #6A9175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9175 is #956E8A. Grayscale: #828282. Windows color (decimal): -9793163 or 7704938. OLE color: 7704938.

HSL color Cylindrical-coordinate representation of color #6A9175: hue angle of 136.92º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6A9175 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB106145117-
CMYK0.2700.190.43
HSL136.92º15.54%49.22%-
HSV(B)136.92º26.9%56.86%-
XYZ19.2824.620.56-
YUV130.15120.58110.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.80%
GREEN value IS 145 (57.03% from 255) = 39.40%
BLUE value IS 117 (46.09% from 255) = 31.79%
R=28.80%
G=39.40%
B=31.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1061451170.2700.190.43136.9215.5449.22
Hex6A91751B0132B891031
Octal15222116533023532112061
Binary1101010100100011110101110110100111010111000100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,145,117); }

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

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

 a { background-color: rgb(106,145,117); }

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

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

 span { border-color: rgb(106,145,117); }

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