#69AE7D

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

Shades of Oxley #69AE7D

Tints of Oxley #69AE7D

Color information

#69AE7D (or 0x69AE7D) is unknown color: approx Oxley. HEX triplet: 69, AE and 7D. RGB value is (105,174,125). Sum of RGB (Red+Green+Blue) = 105+174+125=404 (53% of max value = 765). Red value is 105 (41.41% from 255 or 25.99% from 404); Green value is 174 (68.36% from 255 or 43.07% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 174 - color contains mainly: green. Hex color #69AE7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AE7D is #965182. Grayscale: #939393. Windows color (decimal): -9851267 or 8236649. OLE color: 8236649.

HSL color Cylindrical-coordinate representation of color #69AE7D: hue angle of 137.39º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #69AE7D is Cyan = 0.40, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB105174125-
CMYK0.4000.280.32
HSL137.39º29.87%54.71%-
HSV(B)137.39º39.66%68.24%-
XYZ24.6634.7624.81-
YUV147.78115.1497.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 25.99%
GREEN value IS 174 (68.36% from 255) = 43.07%
BLUE value IS 125 (49.22% from 255) = 30.94%
R=25.99%
G=43.07%
B=30.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1051741250.4000.280.32137.3929.8754.71
Hex69AE7D2801C20891e37
Octal15125617550034402113667
Binary11010011010111011111011010000111001000001000100111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,174,125); }

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

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

 a { background-color: rgb(105,174,125); }

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

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

 span { border-color: rgb(105,174,125); }

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