#69917A

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

Shades of Oxley #69917A

Tints of Oxley #69917A

Color information

#69917A (or 0x69917A) is unknown color: approx Oxley. HEX triplet: 69, 91 and 7A. RGB value is (105,145,122). Sum of RGB (Red+Green+Blue) = 105+145+122=372 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.23% from 372); Green value is 145 (57.03% from 255 or 38.98% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 145 - color contains mainly: green. Hex color #69917A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69917A is #966E85. Grayscale: #828282. Windows color (decimal): -9858694 or 8032617. OLE color: 8032617.

HSL color Cylindrical-coordinate representation of color #69917A: hue angle of 145.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #69917A is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.43.

Color convert

RGB105145122-
CMYK0.2800.160.43
HSL145.5º16%49.02%-
HSV(B)145.5º27.59%56.86%-
XYZ19.4624.6622.15-
YUV130.42123.25109.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.23%
GREEN value IS 145 (57.03% from 255) = 38.98%
BLUE value IS 122 (48.05% from 255) = 32.80%
R=28.23%
G=38.98%
B=32.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051451220.2800.160.43145.51649.02
Hex69917A1C0102B921031
Octal15122117234020532222061
Binary1101001100100011111010111000100001010111001001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69917A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69917A; }

 p { color: rgb(105,145,122); }

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

<style>
 a { background-color: #69917A; }

 a { background-color: rgb(105,145,122); }

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

<style>
 span { border-color: #69917A; }

 span { border-color: rgb(105,145,122); }

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