#69AC79

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

Shades of Oxley #69AC79

Tints of Oxley #69AC79

Color information

#69AC79 (or 0x69AC79) is unknown color: approx Oxley. HEX triplet: 69, AC and 79. RGB value is (105,172,121). Sum of RGB (Red+Green+Blue) = 105+172+121=398 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.38% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 121 (47.66% from 255 or 30.40% from 398); Max value from RGB is 172 - color contains mainly: green. Hex color #69AC79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AC79 is #965386. Grayscale: #929292. Windows color (decimal): -9851783 or 7973993. OLE color: 7973993.

HSL color Cylindrical-coordinate representation of color #69AC79: hue angle of 134.33º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #69AC79 is Cyan = 0.39, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB105172121-
CMYK0.3900.300.33
HSL134.33º28.76%54.31%-
HSV(B)134.33º38.95%67.45%-
XYZ24.0333.8923.36-
YUV146.15113.898.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.38%
GREEN value IS 172 (67.58% from 255) = 43.22%
BLUE value IS 121 (47.66% from 255) = 30.40%
R=26.38%
G=43.22%
B=30.40%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051721210.3900.300.33134.3328.7654.31
Hex69AC792701E21861d36
Octal15125417147036412063566
Binary11010011010110011110011001110111101000011000011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AC79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69AC79; }

 p { color: rgb(105,172,121); }

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

<style>
 a { background-color: #69AC79; }

 a { background-color: rgb(105,172,121); }

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

<style>
 span { border-color: #69AC79; }

 span { border-color: rgb(105,172,121); }

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