#699976

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

Shades of Oxley #699976

Tints of Oxley #699976

Color information

#699976 (or 0x699976) is unknown color: approx Oxley. HEX triplet: 69, 99 and 76. RGB value is (105,153,118). Sum of RGB (Red+Green+Blue) = 105+153+118=376 (49% of max value = 765). Red value is 105 (41.41% from 255 or 27.93% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #699976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699976 is #966689. Grayscale: #868686. Windows color (decimal): -9856650 or 7772521. OLE color: 7772521.

HSL color Cylindrical-coordinate representation of color #699976: hue angle of 136.25º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699976 is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB105153118-
CMYK0.3100.230.4
HSL136.25º19.05%50.59%-
HSV(B)136.25º31.37%60%-
XYZ20.4927.0921.29-
YUV134.66118.6106.85-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.93%
GREEN value IS 153 (60.16% from 255) = 40.69%
BLUE value IS 118 (46.48% from 255) = 31.38%
R=27.93%
G=40.69%
B=31.38%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051531180.3100.230.4136.2519.0550.59
Hex6999761F01728881333
Octal15123116637027502102363
Binary1101001100110011110110111110101111010001000100010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699976; }

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

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

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

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

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

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

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

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