#69AA7C

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

Shades of Oxley #69AA7C

Tints of Oxley #69AA7C

Color information

#69AA7C (or 0x69AA7C) is unknown color: approx Oxley. HEX triplet: 69, AA and 7C. RGB value is (105,170,124). Sum of RGB (Red+Green+Blue) = 105+170+124=399 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.32% from 399); Green value is 170 (66.80% from 255 or 42.61% from 399); Blue value is 124 (48.83% from 255 or 31.08% from 399); Max value from RGB is 170 - color contains mainly: green. Hex color #69AA7C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AA7C is #965583. Grayscale: #919191. Windows color (decimal): -9852292 or 8170089. OLE color: 8170089.

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

Color convert

RGB105170124-
CMYK0.3800.270.33
HSL137.54º27.66%53.92%-
HSV(B)137.54º38.24%66.67%-
XYZ23.8433.2124.22-
YUV145.32115.9799.24-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.32%
GREEN value IS 170 (66.80% from 255) = 42.61%
BLUE value IS 124 (48.83% from 255) = 31.08%
R=26.32%
G=42.61%
B=31.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051701240.3800.270.33137.5427.6653.92
Hex69AA7C2601B218a1c36
Octal15125217446033412123466
Binary11010011010101011111001001100110111000011000101011100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AA7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,170,124); }

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

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

 a { background-color: rgb(105,170,124); }

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

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

 span { border-color: rgb(105,170,124); }

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