#69A97A

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

Shades of Oxley #69A97A

Tints of Oxley #69A97A

Color information

#69A97A (or 0x69A97A) is unknown color: approx Oxley. HEX triplet: 69, A9 and 7A. RGB value is (105,169,122). Sum of RGB (Red+Green+Blue) = 105+169+122=396 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.52% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 169 - color contains mainly: green. Hex color #69A97A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A97A is #965685. Grayscale: #909090. Windows color (decimal): -9852550 or 8038761. OLE color: 8038761.

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

Color convert

RGB105169122-
CMYK0.3800.280.34
HSL135.94º27.12%53.73%-
HSV(B)135.94º37.87%66.27%-
XYZ23.5332.7823.5-
YUV144.51115.399.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.52%
GREEN value IS 169 (66.41% from 255) = 42.68%
BLUE value IS 122 (48.05% from 255) = 30.81%
R=26.52%
G=42.68%
B=30.81%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1051691220.3800.280.34135.9427.1253.73
Hex69A97A2601C22881b36
Octal15125117246034422103366
Binary11010011010100111110101001100111001000101000100011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A97A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,169,122); }

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

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

 a { background-color: rgb(105,169,122); }

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

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

 span { border-color: rgb(105,169,122); }

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