#69907A

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

Shades of Oxley #69907A

Tints of Oxley #69907A

Color information

#69907A (or 0x69907A) is unknown color: approx Oxley. HEX triplet: 69, 90 and 7A. RGB value is (105,144,122). Sum of RGB (Red+Green+Blue) = 105+144+122=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 144 (56.64% from 255 or 38.81% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 144 - color contains mainly: green. Hex color #69907A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69907A is #966F85. Grayscale: #818181. Windows color (decimal): -9858950 or 8032361. OLE color: 8032361.

HSL color Cylindrical-coordinate representation of color #69907A: hue angle of 146.15º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #69907A is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB105144122-
CMYK0.2700.150.44
HSL146.15º15.66%48.82%-
HSV(B)146.15º27.08%56.47%-
XYZ19.3124.3522.1-
YUV129.83123.58110.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.30%
GREEN value IS 144 (56.64% from 255) = 38.81%
BLUE value IS 122 (48.05% from 255) = 32.88%
R=28.30%
G=38.81%
B=32.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051441220.2700.150.44146.1515.6648.82
Hex69907A1B0F2C921031
Octal15122017233017542222061
Binary110100110010000111101011011011111011001001001010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69907A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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