#69AB79

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

Shades of Oxley #69AB79

Tints of Oxley #69AB79

Color information

#69AB79 (or 0x69AB79) is unknown color: approx Oxley. HEX triplet: 69, AB and 79. RGB value is (105,171,121). Sum of RGB (Red+Green+Blue) = 105+171+121=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 171 - color contains mainly: green. Hex color #69AB79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AB79 is #965486. Grayscale: #919191. Windows color (decimal): -9852039 or 7973737. OLE color: 7973737.

HSL color Cylindrical-coordinate representation of color #69AB79: hue angle of 134.55º degrees, saturation: 0.28, 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 #69AB79 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB105171121-
CMYK0.3900.290.33
HSL134.55º28.21%54.12%-
HSV(B)134.55º38.6%67.06%-
XYZ23.8433.5123.3-
YUV145.57114.1399.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.45%
GREEN value IS 171 (67.19% from 255) = 43.07%
BLUE value IS 121 (47.66% from 255) = 30.48%
R=26.45%
G=43.07%
B=30.48%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051711210.3900.290.33134.5528.2154.12
Hex69AB792701D21871c36
Octal15125317147035412073466
Binary11010011010101111110011001110111011000011000011111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AB79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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