#69AA77

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

Shades of Oxley #69AA77

Tints of Oxley #69AA77

Color information

#69AA77 (or 0x69AA77) is unknown color: approx Oxley. HEX triplet: 69, AA and 77. RGB value is (105,170,119). Sum of RGB (Red+Green+Blue) = 105+170+119=394 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.65% from 394); Green value is 170 (66.80% from 255 or 43.15% from 394); Blue value is 119 (46.88% from 255 or 30.20% from 394); Max value from RGB is 170 - color contains mainly: green. Hex color #69AA77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69AA77 is #965588. Grayscale: #909090. Windows color (decimal): -9852297 or 7842409. OLE color: 7842409.

HSL color Cylindrical-coordinate representation of color #69AA77: hue angle of 132.92º 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 #69AA77 is Cyan = 0.38, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.33.

Color convert

RGB105170119-
CMYK0.3800.30.33
HSL132.92º27.66%53.92%-
HSV(B)132.92º38.24%66.67%-
XYZ23.5333.0822.6-
YUV144.75113.4799.65-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.65%
GREEN value IS 170 (66.80% from 255) = 43.15%
BLUE value IS 119 (46.88% from 255) = 30.20%
R=26.65%
G=43.15%
B=30.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1051701190.3800.30.33132.9227.6653.92
Hex69AA772601E21851c36
Octal15125216746036412053466
Binary11010011010101011101111001100111101000011000010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69AA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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