#6AA674

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

Shades of Oxley #6AA674

Tints of Oxley #6AA674

Color information

#6AA674 (or 0x6AA674) is unknown color: approx Oxley. HEX triplet: 6A, A6 and 74. RGB value is (106,166,116). Sum of RGB (Red+Green+Blue) = 106+166+116=388 (51% of max value = 765). Red value is 106 (41.80% from 255 or 27.32% from 388); Green value is 166 (65.23% from 255 or 42.78% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 166 - color contains mainly: green. Hex color #6AA674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AA674 is #95598B. Grayscale: #8E8E8E. Windows color (decimal): -9787788 or 7644778. OLE color: 7644778.

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

Color convert

RGB106166116-
CMYK0.3600.300.35
HSL130º25.21%53.33%-
HSV(B)130º36.14%65.1%-
XYZ22.7331.621.42-
YUV142.36113.12102.07-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 27.32%
GREEN value IS 166 (65.23% from 255) = 42.78%
BLUE value IS 116 (45.70% from 255) = 29.90%
R=27.32%
G=42.78%
B=29.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1061661160.3600.300.3513025.2153.33
Hex6AA6742401E23821935
Octal15224616444036432023165
Binary11010101010011011101001001000111101000111000001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AA674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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