#6AA474

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

Shades of Oxley #6AA474

Tints of Oxley #6AA474

Color information

#6AA474 (or 0x6AA474) is unknown color: approx Oxley. HEX triplet: 6A, A4 and 74. RGB value is (106,164,116). Sum of RGB (Red+Green+Blue) = 106+164+116=386 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.46% from 386); Green value is 164 (64.45% from 255 or 42.49% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 164 - color contains mainly: green. Hex color #6AA474 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA474 is #955B8B. Grayscale: #8D8D8D. Windows color (decimal): -9788300 or 7644266. OLE color: 7644266.

HSL color Cylindrical-coordinate representation of color #6AA474: hue angle of 130.34º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #6AA474 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB106164116-
CMYK0.3500.290.36
HSL130.34º24.17%52.94%-
HSV(B)130.34º35.37%64.31%-
XYZ22.3730.8821.3-
YUV141.19113.78102.9-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.46%
GREEN value IS 164 (64.45% from 255) = 42.49%
BLUE value IS 116 (45.70% from 255) = 30.05%
R=27.46%
G=42.49%
B=30.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1061641160.3500.290.36130.3424.1752.94
Hex6AA4742301D24821835
Octal15224416443035442023065
Binary11010101010010011101001000110111011001001000001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,164,116); }

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

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

 a { background-color: rgb(106,164,116); }

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

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

 span { border-color: rgb(106,164,116); }

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