#69A470

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

Shades of Oxley #69A470

Tints of Oxley #69A470

Color information

#69A470 (or 0x69A470) is unknown color: approx Oxley. HEX triplet: 69, A4 and 70. RGB value is (105,164,112). Sum of RGB (Red+Green+Blue) = 105+164+112=381 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.56% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 164 - color contains mainly: green. Hex color #69A470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69A470 is #965B8F. Grayscale: #8C8C8C. Windows color (decimal): -9853840 or 7382121. OLE color: 7382121.

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

Color convert

RGB105164112-
CMYK0.3600.320.36
HSL127.12º24.48%52.75%-
HSV(B)127.12º35.98%64.31%-
XYZ22.0330.7220.1-
YUV140.43111.95102.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.56%
GREEN value IS 164 (64.45% from 255) = 43.04%
BLUE value IS 112 (44.14% from 255) = 29.40%
R=27.56%
G=43.04%
B=29.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051641120.3600.320.36127.1224.4852.75
Hex69A47024020247f1835
Octal15124416044040441773065
Binary11010011010010011100001001000100000100100111111111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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