#69A282

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

Shades of Oxley #69A282

Tints of Oxley #69A282

Color information

#69A282 (or 0x69A282) is unknown color: approx Oxley. HEX triplet: 69, A2 and 82. RGB value is (105,162,130). Sum of RGB (Red+Green+Blue) = 105+162+130=397 (52% of max value = 765). Red value is 105 (41.41% from 255 or 26.45% from 397); Green value is 162 (63.67% from 255 or 40.81% from 397); Blue value is 130 (51.17% from 255 or 32.75% from 397); Max value from RGB is 162 - color contains mainly: green. Hex color #69A282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #69A282 is #965D7D. Grayscale: #8D8D8D. Windows color (decimal): -9854334 or 8561257. OLE color: 8561257.

HSL color Cylindrical-coordinate representation of color #69A282: hue angle of 146.32º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #69A282 is Cyan = 0.35, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.36.

Color convert

RGB105162130-
CMYK0.3500.200.36
HSL146.32º23.46%52.35%-
HSV(B)146.32º35.19%63.53%-
XYZ22.7830.4625.8-
YUV141.31121.62102.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 26.45%
GREEN value IS 162 (63.67% from 255) = 40.81%
BLUE value IS 130 (51.17% from 255) = 32.75%
R=26.45%
G=40.81%
B=32.75%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1051621300.3500.200.36146.3223.4652.35
Hex69A2822301424921734
Octal15124220243024442222764
Binary110100110100010100000101000110101001001001001001010111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69A282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,162,130); }

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

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

 a { background-color: rgb(105,162,130); }

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

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

 span { border-color: rgb(105,162,130); }

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