#6A9372

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

Shades of Oxley #6A9372

Tints of Oxley #6A9372

Color information

#6A9372 (or 0x6A9372) is unknown color: approx Oxley. HEX triplet: 6A, 93 and 72. RGB value is (106,147,114). Sum of RGB (Red+Green+Blue) = 106+147+114=367 (48% of max value = 765). Red value is 106 (41.80% from 255 or 28.88% from 367); Green value is 147 (57.81% from 255 or 40.05% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9372 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9372 is #956C8D. Grayscale: #838383. Windows color (decimal): -9792654 or 7508842. OLE color: 7508842.

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

Color convert

RGB106147114-
CMYK0.2800.220.42
HSL131.71º16.21%49.61%-
HSV(B)131.71º27.89%57.65%-
XYZ19.4125.1519.75-
YUV130.98118.42110.18-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.88%
GREEN value IS 147 (57.81% from 255) = 40.05%
BLUE value IS 114 (44.92% from 255) = 31.06%
R=28.88%
G=40.05%
B=31.06%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061471140.2800.220.42131.7116.2149.61
Hex6A93721C0162A841032
Octal15222316234026522042062
Binary1101010100100111110010111000101101010101000010010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,147,114); }

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

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

 a { background-color: rgb(106,147,114); }

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

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

 span { border-color: rgb(106,147,114); }

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