#699672

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

Shades of Oxley #699672

Tints of Oxley #699672

Color information

#699672 (or 0x699672) is unknown color: approx Oxley. HEX triplet: 69, 96 and 72. RGB value is (105,150,114). Sum of RGB (Red+Green+Blue) = 105+150+114=369 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.46% from 369); Green value is 150 (58.98% from 255 or 40.65% from 369); Blue value is 114 (44.92% from 255 or 30.89% from 369); Max value from RGB is 150 - color contains mainly: green. Hex color #699672 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699672 is #96698D. Grayscale: #848484. Windows color (decimal): -9857422 or 7509609. OLE color: 7509609.

HSL color Cylindrical-coordinate representation of color #699672: hue angle of 132º 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 #699672 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB105150114-
CMYK0.3000.240.41
HSL132º17.65%50%-
HSV(B)132º30%58.82%-
XYZ19.7726.0319.9-
YUV132.44117.59108.43-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.46%
GREEN value IS 150 (58.98% from 255) = 40.65%
BLUE value IS 114 (44.92% from 255) = 30.89%
R=28.46%
G=40.65%
B=30.89%

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
Decimal1051501140.3000.240.4113217.6550
Hex6996721E01829841232
Octal15122616236030512042262
Binary1101001100101101110010111100110001010011000010010010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699672; }

 p { color: rgb(105,150,114); }

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

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

 a { background-color: rgb(105,150,114); }

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

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

 span { border-color: rgb(105,150,114); }

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