#69A573

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

Shades of Oxley #69A573

Tints of Oxley #69A573

Color information

#69A573 (or 0x69A573) is unknown color: approx Oxley. HEX triplet: 69, A5 and 73. RGB value is (105,165,115). Sum of RGB (Red+Green+Blue) = 105+165+115=385 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.27% from 385); Green value is 165 (64.84% from 255 or 42.86% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 165 - color contains mainly: green. Hex color #69A573 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A573 is #965A8C. Grayscale: #8D8D8D. Windows color (decimal): -9853581 or 7578985. OLE color: 7578985.

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

Color convert

RGB105165115-
CMYK0.3600.300.35
HSL130º25%52.94%-
HSV(B)130º36.36%64.71%-
XYZ22.3831.1521.05-
YUV141.36113.12102.07-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.27%
GREEN value IS 165 (64.84% from 255) = 42.86%
BLUE value IS 115 (45.31% from 255) = 29.87%
R=27.27%
G=42.86%
B=29.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1051651150.3600.300.351302552.94
Hex69A5732401E23821935
Octal15124516344036432023165
Binary11010011010010111100111001000111101000111000001011001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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