#699979

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

Shades of Oxley #699979

Tints of Oxley #699979

Color information

#699979 (or 0x699979) is unknown color: approx Oxley. HEX triplet: 69, 99 and 79. RGB value is (105,153,121). Sum of RGB (Red+Green+Blue) = 105+153+121=379 (50% of max value = 765). Red value is 105 (41.41% from 255 or 27.70% from 379); Green value is 153 (60.16% from 255 or 40.37% from 379); Blue value is 121 (47.66% from 255 or 31.93% from 379); Max value from RGB is 153 - color contains mainly: green. Hex color #699979 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699979 is #966686. Grayscale: #878787. Windows color (decimal): -9856647 or 7969129. OLE color: 7969129.

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

Color convert

RGB105153121-
CMYK0.3100.210.4
HSL140º19.05%50.59%-
HSV(B)140º31.37%60%-
XYZ20.6727.1722.24-
YUV135120.1106.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 27.70%
GREEN value IS 153 (60.16% from 255) = 40.37%
BLUE value IS 121 (47.66% from 255) = 31.93%
R=27.70%
G=40.37%
B=31.93%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1051531210.3100.210.414019.0550.59
Hex6999791F015288c1333
Octal15123117137025502142363
Binary1101001100110011111001111110101011010001000110010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699979; }

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

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

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

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

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

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

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

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