#699773

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

Shades of Oxley #699773

Tints of Oxley #699773

Color information

#699773 (or 0x699773) is unknown color: approx Oxley. HEX triplet: 69, 97 and 73. RGB value is (105,151,115). Sum of RGB (Red+Green+Blue) = 105+151+115=371 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.30% from 371); Green value is 151 (59.38% from 255 or 40.70% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 151 - color contains mainly: green. Hex color #699773 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699773 is #96688C. Grayscale: #858585. Windows color (decimal): -9857165 or 7575401. OLE color: 7575401.

HSL color Cylindrical-coordinate representation of color #699773: hue angle of 133.04º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #699773 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB105151115-
CMYK0.3000.240.41
HSL133.04º18.11%50.2%-
HSV(B)133.04º30.46%59.22%-
XYZ19.9926.3720.26-
YUV133.14117.76107.93-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.30%
GREEN value IS 151 (59.38% from 255) = 40.70%
BLUE value IS 115 (45.31% from 255) = 31.00%
R=28.30%
G=40.70%
B=31.00%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051511150.3000.240.41133.0418.1150.2
Hex6997731E01829851232
Octal15122716336030512052262
Binary1101001100101111110011111100110001010011000010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699773; }

 p { color: rgb(105,151,115); }

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

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

 a { background-color: rgb(105,151,115); }

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

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

 span { border-color: rgb(105,151,115); }

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