#69A578

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

Shades of Oxley #69A578

Tints of Oxley #69A578

Color information

#69A578 (or 0x69A578) is unknown color: approx Oxley. HEX triplet: 69, A5 and 78. RGB value is (105,165,120). Sum of RGB (Red+Green+Blue) = 105+165+120=390 (51% of max value = 765). Red value is 105 (41.41% from 255 or 26.92% from 390); Green value is 165 (64.84% from 255 or 42.31% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 165 - color contains mainly: green. Hex color #69A578 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A578 is #965A87. Grayscale: #8E8E8E. Windows color (decimal): -9853576 or 7906665. OLE color: 7906665.

HSL color Cylindrical-coordinate representation of color #69A578: hue angle of 135º 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 #69A578 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB105165120-
CMYK0.3600.270.35
HSL135º25%52.94%-
HSV(B)135º36.36%64.71%-
XYZ22.6731.2722.61-
YUV141.93115.62101.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.92%
GREEN value IS 165 (64.84% from 255) = 42.31%
BLUE value IS 120 (47.27% from 255) = 30.77%
R=26.92%
G=42.31%
B=30.77%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1051651200.3600.270.351352552.94
Hex69A5782401B23871935
Octal15124517044033432073165
Binary11010011010010111110001001000110111000111000011111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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