#69A473

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

Shades of Oxley #69A473

Tints of Oxley #69A473

Color information

#69A473 (or 0x69A473) is unknown color: approx Oxley. HEX triplet: 69, A4 and 73. RGB value is (105,164,115). Sum of RGB (Red+Green+Blue) = 105+164+115=384 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.34% from 384); Green value is 164 (64.45% from 255 or 42.71% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 164 - color contains mainly: green. Hex color #69A473 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A473 is #965B8C. Grayscale: #8C8C8C. Windows color (decimal): -9853837 or 7578729. OLE color: 7578729.

HSL color Cylindrical-coordinate representation of color #69A473: hue angle of 130.17º degrees, saturation: 0.24, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #69A473 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB105164115-
CMYK0.3600.300.36
HSL130.17º24.48%52.75%-
HSV(B)130.17º35.98%64.31%-
XYZ22.230.7920.99-
YUV140.77113.45102.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.34%
GREEN value IS 164 (64.45% from 255) = 42.71%
BLUE value IS 115 (45.31% from 255) = 29.95%
R=27.34%
G=42.71%
B=29.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051641150.3600.300.36130.1724.4852.75
Hex69A4732401E24821835
Octal15124416344036442023065
Binary11010011010010011100111001000111101001001000001011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,164,115); }

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

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

 a { background-color: rgb(105,164,115); }

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

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

 span { border-color: rgb(105,164,115); }

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