#699676

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

Shades of Oxley #699676

Tints of Oxley #699676

Color information

#699676 (or 0x699676) is unknown color: approx Oxley. HEX triplet: 69, 96 and 76. RGB value is (105,150,118). Sum of RGB (Red+Green+Blue) = 105+150+118=373 (49% of max value = 765). Red value is 105 (41.41% from 255 or 28.15% from 373); Green value is 150 (58.98% from 255 or 40.21% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 150 - color contains mainly: green. Hex color #699676 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699676 is #966989. Grayscale: #848484. Windows color (decimal): -9857418 or 7771753. OLE color: 7771753.

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

Color convert

RGB105150118-
CMYK0.3000.210.41
HSL137.33º17.65%50%-
HSV(B)137.33º30%58.82%-
XYZ2026.1221.13-
YUV132.9119.59108.1-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.15%
GREEN value IS 150 (58.98% from 255) = 40.21%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=28.15%
G=40.21%
B=31.64%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051501180.3000.210.41137.3317.6550
Hex6996761E01529891232
Octal15122616636025512112262
Binary1101001100101101110110111100101011010011000100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699676; }

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

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

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

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

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

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

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

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