#6AAD79

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

Shades of Oxley #6AAD79

Tints of Oxley #6AAD79

Color information

#6AAD79 (or 0x6AAD79) is unknown color: approx Oxley. HEX triplet: 6A, AD and 79. RGB value is (106,173,121). Sum of RGB (Red+Green+Blue) = 106+173+121=400 (52% of max value = 765). Red value is 106 (41.80% from 255 or 26.5% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 121 (47.66% from 255 or 30.25% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #6AAD79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #6AAD79 is #955286. Grayscale: #939393. Windows color (decimal): -9785991 or 7974250. OLE color: 7974250.

HSL color Cylindrical-coordinate representation of color #6AAD79: hue angle of 133.43º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6AAD79 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB106173121-
CMYK0.3900.300.32
HSL133.43º29%54.71%-
HSV(B)133.43º38.73%67.84%-
XYZ24.3434.3323.43-
YUV147.04113.398.73-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 26.5%
GREEN value IS 173 (67.97% from 255) = 43.25%
BLUE value IS 121 (47.66% from 255) = 30.25%
R=26.5%
G=43.25%
B=30.25%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1061731210.3900.300.32133.432954.71
Hex6AAD792701E20851d37
Octal15225517147036402053567
Binary11010101010110111110011001110111101000001000010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6AAD79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,173,121); }

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

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

 a { background-color: rgb(106,173,121); }

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

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

 span { border-color: rgb(106,173,121); }

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