#6A9375

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

Shades of Oxley #6A9375

Tints of Oxley #6A9375

Color information

#6A9375 (or 0x6A9375) is unknown color: approx Oxley. HEX triplet: 6A, 93 and 75. RGB value is (106,147,117). Sum of RGB (Red+Green+Blue) = 106+147+117=370 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.65% from 370); Green value is 147 (57.81% from 255 or 39.73% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6A9375 is #956C8A. Grayscale: #838383. Windows color (decimal): -9792651 or 7705450. OLE color: 7705450.

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

Color convert

RGB106147117-
CMYK0.2800.200.42
HSL136.1º16.21%49.61%-
HSV(B)136.1º27.89%57.65%-
XYZ19.5925.2220.66-
YUV131.32119.92109.94-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 28.65%
GREEN value IS 147 (57.81% from 255) = 39.73%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=28.65%
G=39.73%
B=31.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1061471170.2800.200.42136.116.2149.61
Hex6A93751C0142A881032
Octal15222316534024522102062
Binary1101010100100111110101111000101001010101000100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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