#699075

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

Shades of Oxley #699075

Tints of Oxley #699075

Color information

#699075 (or 0x699075) is unknown color: approx Oxley. HEX triplet: 69, 90 and 75. RGB value is (105,144,117). Sum of RGB (Red+Green+Blue) = 105+144+117=366 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.69% from 366); Green value is 144 (56.64% from 255 or 39.34% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 144 - color contains mainly: green. Hex color #699075 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699075 is #966F8A. Grayscale: #818181. Windows color (decimal): -9858955 or 7704681. OLE color: 7704681.

HSL color Cylindrical-coordinate representation of color #699075: hue angle of 138.46º 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 #699075 is Cyan = 0.27, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB105144117-
CMYK0.2700.190.44
HSL138.46º15.66%48.82%-
HSV(B)138.46º27.08%56.47%-
XYZ19.0124.2320.51-
YUV129.26121.08110.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.69%
GREEN value IS 144 (56.64% from 255) = 39.34%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=28.69%
G=39.34%
B=31.97%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051441170.2700.190.44138.4615.6648.82
Hex6990751B0132C8a1031
Octal15122016533023542122061
Binary1101001100100001110101110110100111011001000101010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699075; }

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

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

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

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

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

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

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

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